#include <rt_tasklist.h>
Definition at line 31 of file rt_tasklist.h.
◆ RTTaskList()
ARDOUR::RTTaskList::RTTaskList |
( |
std::shared_ptr< Graph > |
| ) |
|
◆ process()
void ARDOUR::RTTaskList::process |
( |
| ) |
|
process tasks in list in parallel, wait for them to complete
◆ push_back()
void ARDOUR::RTTaskList::push_back |
( |
std::function< void()> |
fn | ) |
|
◆ tasks()
std::vector<RTTask> const& ARDOUR::RTTaskList::tasks |
( |
| ) |
const |
|
inline |
◆ _graph
std::shared_ptr<Graph> ARDOUR::RTTaskList::_graph |
|
private |
◆ _tasks
std::vector<RTTask> ARDOUR::RTTaskList::_tasks |
|
private |
The documentation for this class was generated from the following file: