qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches

Support for periodic callbacks within actors. More...

Collaboration diagram for Callback System:

Files

file  icallback.h
 Convenience header for the QB ICallback interface.

Classes

interface  qb::ICallback
 Interface for actor callbacks. More...

Typedefs

using qb::icallback = ICallback
 Alias for the ICallback interface.

Detailed Description

Support for periodic callbacks within actors.

Includes the `qb::ICallback` interface.

Typedef Documentation

◆ icallback

Alias for the ICallback interface.

Provided for naming consistency with other lowercase aliases in the framework