Defined in File task.hpp
concore::v1::
::
task_function
A function type that is compatible with a task.
This function takes no arguments and returns nothing. It represents generic work.
A concore task is essentially a wrapper over a task_function.
task