hunt ~master (2022-04-01T03:44:56Z)
Home
Dub
Repo
EventLoop
hunt
event
EventLoop
final
class
EventLoop : AbstractSelector {
this
();
this
(Worker worker);
this
(size_t id, size_t divider, Worker worker);
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
stop
void
stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
event
EventLoop
classes
EventLoop