geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
EventLoop
geario
event
EventLoop
final
class
EventLoop : AbstractSelector {
this
();
this
(Worker worker);
this
(size_t id, size_t divider, Worker worker);
void
StartLoop
();
void
Stop
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(Worker worker)
Undocumented in source.
this
this
(size_t id, size_t divider, Worker worker)
Undocumented in source.
Members
Functions
StartLoop
void
StartLoop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Stop
void
Stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
geario
event
EventLoop
classes
EventLoop