lighttp ~master (2020-01-09T16:41:23Z)
Dub
Repo
ServerBase.run
lighttp
server
server
ServerBase
Calls eventLoop.loop until the given condition is true.
void
run
(bool delegate() condition)
class
ServerBase
void
run
(
bool
delegate
(
)
condition
)
void
run
()
Meta
Source
See Implementation
lighttp
server
server
ServerBase
constructors
this
functions
handler
host
run
properties
defaultPort
eventLoop
options
router
Calls eventLoop.loop until the given condition is true.