Comparison

prosody @ 12295:e22afa09ebf2

prosody: Run shutdown procedure in async thread
author Kim Alvefur <zash@zash.se>
date Tue, 01 Jan 2019 16:43:49 +0100
parent 12294:81f147ddc4ab
child 12296:49ebac8a5260
comparison
equal deleted inserted replaced
12294:81f147ddc4ab 12295:e22afa09ebf2
78 end 78 end
79 end 79 end
80 80
81 loop(); 81 loop();
82 82
83 startup.shutdown(); 83 thread:run(startup.shutdown);