class documentation

class AsyncioTimeDriver: (source)

View In Hierarchy

An implementation of TimeDriver using an asyncio event loop.

Method now Implementation of TimeDriver.now
Method reschedule Implementation of TimeDriver.reschedule
Method unschedule Implementation of TimeDriver.unschedule
Class Variable _loop Undocumented
Instance Variable _call Undocumented
def now(self) -> float: (source)

Implementation of TimeDriver.now

def reschedule(self, desiredTime: float, work: Callable[[], None]): (source)

Implementation of TimeDriver.reschedule

def unschedule(self): (source)

Implementation of TimeDriver.unschedule

Undocumented