Typedef concore::v1::task_function

Typedef Documentation

using concore::v1::task_function = std::function<void()>

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.

See

task