Callable type for scheduled tasks.

Synopsis

Declared in <scheduler.h>

typedef std::function<void()> Function;

Created with MrDocs