-
Notifications
You must be signed in to change notification settings - Fork 7
task_list ~task_list
Alexy Pellegrini edited this page May 11, 2021
·
3 revisions
nes::task_list::~task_list
(1) ~task_list();
- Destruct the task list. After the task list is destroyed, all
nes::task_result
s andnes::task_fence
s linked to this task list become invalid.
None.
- Does not throw.