clockblocks.moment.ResolvableMoment
- class clockblocks.moment.ResolvableMoment(*args, **kwargs)[source]
Bases:
ProtocolAnything that can name a point on a clock’s timeline. The scheduling layer (wait / wait_until / fork / schedule_action) accepts any ResolvableMoment and calls resolve(clock) to pin it to an absolute Moment on that clock. Moment and MetricPhaseTarget both implement this.
Methods
resolve(clock)Pin this to an absolute
Momenton the given clock.