module Event

Nested Classes and Modules

module Debug
class Interrupt

A thread safe synchronisation primative.

class PriorityHeap

A 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.

module Selector
module Support
class Timers

An efficient sorted set of timers.