prosody: Run shutdown procedure in async thread
authorKim Alvefur <zash@zash.se>
Tue, 01 Jan 2019 16:43:49 +0100
changeset 12299 e22afa09ebf2
parent 12298 81f147ddc4ab
child 12300 49ebac8a5260
prosody: Run shutdown procedure in async thread
prosody
--- a/prosody	Tue Jan 01 16:42:52 2019 +0100
+++ b/prosody	Tue Jan 01 16:43:49 2019 +0100
@@ -80,4 +80,4 @@
 
 loop();
 
-startup.shutdown();
+thread:run(startup.shutdown);