v2.3.1
Version 2.3.1
Removed
- Removed the internal
SIGNAL_BEHAVIORflag that toggledtask.spawnvstask.defer.- Flags are considered unstable and subject to change, this flag conflicted with internal dispatching and caused an infinite loop which froze the program when enabled.
- The edge cases this was originally meant to address are now handled by deferred mutations, a much more comprehensive and performant mechanism — making the flag redundant.
- This does not affect your ability to defer other operations (e.g. functions in listeners); only the internal spawn/defer toggle has been removed.
Full Changelog: v2.3.0...v2.3.1