Class: cogen.core.events.AddCoro
A operator for adding a coroutine in the scheduler. Example:
yield events.AddCoro(some_coro, args=(), kwargs={})
This is similar to Call, but it doesn't pause the current coroutine. See: Operation.
A operator for adding a coroutine in the scheduler. Example:
yield events.AddCoro(some_coro, args=(), kwargs={})
This is similar to Call, but it doesn't pause the current coroutine. See: Operation.