class documentation

class LoopTimeInterface(Protocol): (source)

View In Hierarchy

Describe the portions of AbstractEventLoop used by AsyncioTimeDriver.

Method call_at No summary
Method time No summary
def call_at(self, when: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None) -> Cancellable: (source)