EXILED
EXILED copied to clipboard
Made async events safe
Currently async events are unsafe, because Timing.Run Coroutine() just ignores exceptions, and catch{} is never invoked. I added a manual coroutine enumerator to catch exceptions and log them.
Done! Also added the very same thing to Event without {T} which I didn't notice at first