vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function disableDefaultSignalHandlers

Disables the signal handlers usually set up by vibe.d.

void disableDefaultSignalHandlers();

During the first call to runEventLoop, vibe.d usually sets up a set of event handlers for SIGINT, SIGTERM and SIGPIPE. Since in some situations this can be undesirable, this function can be called before the first invocation of the event loop to avoid this.

Calling this function after runEventLoop will have no effect.

Authors

Sönke Ludwig

Copyright

© 2012-2020 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.