socketplate ~master (2023-07-02T15:38:39.8213007)
Dub
Repo
Worker
socketplate
server
worker
Undocumented in source.
@
safe
class
Worker {
this
(SocketListener listener, size_t id, bool setupSignalHandlers);
void
run
();
void
shutdown
();
}
Constructors
this
this
(SocketListener listener, size_t id, bool setupSignalHandlers)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void
shutdown
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
socketplate
server
worker
classes
SocketListener
Worker