ae v0.0.2898 (2020-12-28T17:57:20Z)
Home
Dub
Repo
addShutdownHandler
ae
sys
shutdown
Warning: the delegate may be called in an arbitrary thread.
void
addShutdownHandler
(void delegate(scope const(char)[] reason) fn)
void
addShutdownHandler
(
void
delegate
(
scope
const
(
char
)[]
reason
)
fn
)
void
addShutdownHandler
(void delegate() fn)
Meta
Source
See Implementation
ae
sys
shutdown
functions
addShutdownHandler
shutdown
Warning: the delegate may be called in an arbitrary thread.