|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A callable type that returns void when invoked. More...
#include <callable.h>
A callable type that returns void when invoked.
Use this concept for fire-and-forget tasks or callbacks that don't produce a return value.
Example usage:
Definition at line 80 of file callable.h.