Spawn a new coroutine registered as an event. \ eventName must be the mangled name of the event.
event mycoroutine() { printl("mycoroutine was created !"); }
See Implementation
Spawn a new coroutine registered as an event. \ eventName must be the mangled name of the event.