diff options
author | Kim Alvefur <zash@zash.se> | 2019-01-01 16:43:49 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-01-01 16:43:49 +0100 |
commit | 97daab1c756e842307741fa0b0122c0b2b9dd168 (patch) | |
tree | c124f0d741bf3c0ec5dfdc4d97a63135db82cb6d | |
parent | ed06f22ae5f6ff73c21d82e583248f0096cb096f (diff) | |
download | prosody-97daab1c756e842307741fa0b0122c0b2b9dd168.tar.gz prosody-97daab1c756e842307741fa0b0122c0b2b9dd168.zip |
prosody: Run shutdown procedure in async thread
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,4 +80,4 @@ end loop(); -startup.shutdown(); +thread:run(startup.shutdown); |