libtasks Documentation  1.6
exec.h File Reference
#include <tasks/exec_task.h>
Include dependency graph for exec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tasks
 

Functions

void tasks::exec (exec_task::func_t f)
 Execute code in a separate executor thread. More...
 
void tasks::exec (exec_task::func_t f, task::finish_func_void_t ff)
 Execute code in a separate executor thread. More...