/tg/ Station 13 - Modules - Types

code/modules/admin/verbs/lua/helpers.dm

/datum/auxtools_promiseAuxtools hooks act as "set waitfor = 0" procs. This means that whenever a proc directly called from auxtools sleeps, the hook returns with whatever the called proc had as its return value at the moment it slept. This may not be desired behavior, so this datum exists to wrap these procs.