hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
EventLoop
hunt
event
EventLoop
final
class
EventLoop : AbstractSelector {
this
();
this
(HuntTaskPool pool);
this
(size_t id, size_t divider, HuntTaskPool pool);
void
stop
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(HuntTaskPool pool)
Undocumented in source.
this
this
(size_t id, size_t divider, HuntTaskPool pool)
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
aliases
HuntTaskPool
classes
EventLoop