#include <task.h>
Public Member Functions | |
task_list () | |
Construct empty list. | |
~task_list () | |
Destroys the list, but does not destroy the task objects. | |
bool | empty () const |
True if list if empty; false otherwise. | |
void | push_back (task &task) |
Push task onto back of list. | |
task & | pop_front () |
Pop the front task from the list. | |
void | clear () |
Clear the list. | |
Friends | |
class | task |
class | interface5::internal::task_base |
Used for method task::spawn_children