class documentation

A Scheduler is an object that allows for scheduling of timed calls.

Method callAt Undocumented
Method now Undocumented
def callAt(self, when: WhenT, what: WhatT) -> ScheduledCall[WhenT, WhatT, IDTCo]: (source)

Undocumented

def now(self) -> WhenT: (source)

Undocumented