|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
System startup event. More...
#include <event_bus.h>


Public Member Functions | |
| system_startup_event (std::string name) | |
| std::string | type_name () const override |
| Get event type name. | |
Public Member Functions inherited from kcenon::thread::event_base | |
| virtual | ~event_base ()=default |
| std::chrono::steady_clock::time_point | timestamp () const |
| Get event timestamp. | |
Public Attributes | |
| std::string | system_name |
Additional Inherited Members | |
Protected Attributes inherited from kcenon::thread::event_base | |
| std::chrono::steady_clock::time_point | timestamp_ {std::chrono::steady_clock::now()} |
System startup event.
Definition at line 285 of file event_bus.h.
|
inlineexplicit |
Definition at line 288 of file event_bus.h.
|
inlineoverridevirtual |
Get event type name.
Implements kcenon::thread::event_base.
Definition at line 291 of file event_bus.h.
| std::string kcenon::thread::system_startup_event::system_name |
Definition at line 286 of file event_bus.h.