SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
Implementation of Handler - message-based communication in event loop. More...
Go to the source code of this file.
Namespaces | |
namespace | swt |
Software Timer namespace containing all timer-related classes. | |
Macros | |
#define | ms2us(x) (x*1000LL) |
Convert milliseconds to microseconds. | |
Implementation of Handler - message-based communication in event loop.
Definition in file Handler.cpp.
#define ms2us | ( | x | ) | (x*1000LL) |
Convert milliseconds to microseconds.
x | Time in milliseconds |
Utility macro for time unit conversion used in message timing.
Definition at line 23 of file Handler.cpp.