Module: events

Classes

AddCoro

Call

This will pause the current coroutine, add a new coro in the scheduler and resume the callee when it returns.

ConnectionClosed

Raised when the other peer has closed connection.

Join

OperationTimeout

Raised when the timeout for a operation expires. The exception message will be the operation

Signal

This will resume the coroutines that where paused with WaitForSignal.

Sleep

Usage

WaitForSignal

The coroutine will resume when the same object is Signaled.