Minor refactor to signal handlers to remove potential sleeps (#54649)

About The Pull Request

These are legacy sleepers, the remaining 12 are non-trivial to fix.
This commit is contained in:
spookydonut
2020-11-23 09:49:12 +13:00
committed by GitHub
parent f98f675391
commit 0383c19ac2
17 changed files with 99 additions and 85 deletions
+2 -2
View File
@@ -154,7 +154,7 @@
var/atom/_host = host
var/atom/new_host_loc = _host.loc
if(last_host_loc != new_host_loc)
recalculate_field()
INVOKE_ASYNC(src, .proc/recalculate_field)
/datum/proximity_monitor/advanced/proc/post_setup_field()
@@ -319,7 +319,7 @@
listeningTo = null
/obj/item/multitool/field_debug/proc/on_mob_move()
SIGNAL_HANDLER_DOES_SLEEP
SIGNAL_HANDLER
check_turf(get_turf(src))