clockblocks.clock
Module defining the central Clock
class, as well as the TimeStamp
class, which records the current
beat in every clock at a given moment.
Classes
|
Recursively nestable clock class. |
|
A TimeStamp stores the beat of every |
Functions
Decorator applied to methods of Clock that alter tempo. |
Exceptions
|
Exception raised when a clock is killed, allowing us to exit the process forked on it. |
|
Base class for clockblocks errors. |
|
Exception raised when a clock is asked to do something after it was killed. |
|
Exception raised when master clock is woken up during its wait call. |