exception handling - How to stop a Vibe.D application? -


does vibe.d have build-in terminate function, when library run through static initializer? want terminate application when vibe.d throws exception when example opening file.

i have server listening using listenhttp function.

try geteventdriver().exiteventloop();, here , here.

edit: there's simpler version, standalone function vibe.core.core.exiteventloop.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -