EventSource#

class ultimo.core.EventSource#

Base class for event-driven sources.

Methods

fire()

Set the async event to wake iterators.

Attributes

event

An uasyncio Event which is set to wake the iterators.

event: uasyncio.Event#

An uasyncio Event which is set to wake the iterators.

async fire()#

Set the async event to wake iterators.

flow#

alias of EventFlow