libtasks Documentation  1.6
exec.cpp File Reference
#include <tasks/exec.h>
#include <tasks/exec_task.h>
#include <tasks/dispatcher.h>
Include dependency graph for exec.cpp:

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...