1.3.0
- Adds
AWAIT_BROADCAST
andCoroutineBroadcast()
- Fixes a handful of bugs where
CO_LOCAL
wasn't being set properly - Fixes
RESTART
command not working in certain contexts - Fixes coroutines not being able to be used as self-contained expressions
AWAIT_BROADCAST
and CoroutineBroadcast()
CO_LOCAL
wasn't being set properlyRESTART
command not working in certain contexts