SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
This is the complete list of members for swt::EventQueue::QueueItem, including all inherited members.
message | swt::EventQueue::QueueItem | |
operator=(QueueItem &&other) noexcept | swt::EventQueue::QueueItem | inline |
operator=(const QueueItem &)=delete | swt::EventQueue::QueueItem | |
QueueItem(std::shared_ptr< Message > msg, int64_t when) | swt::EventQueue::QueueItem | inline |
QueueItem(std::packaged_task< void()> &&t, int64_t when) | swt::EventQueue::QueueItem | inline |
QueueItem(QueueItem &&other) noexcept | swt::EventQueue::QueueItem | inline |
QueueItem(const QueueItem &)=delete | swt::EventQueue::QueueItem | |
task | swt::EventQueue::QueueItem | |
type | swt::EventQueue::QueueItem | |
whenUs | swt::EventQueue::QueueItem |