Constructor

Methods

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.

Constructor

__init__ (self, coro, args=None, kwargs=None, **kws)

Methods

__init__ (self, coro, args=None, kwargs=None, **kws)