module Event
Nested Classes and Modules
class InterruptA thread safe synchronisation primative.
class PriorityHeapA priority queue implementation using a standard binary minheap. It uses straight comparison of its contents to determine priority. See https://en.wikipedia.org/wiki/Binary_heap for explanations of the main methods.
class TimersAn efficient sorted set of timers.