[][src]Crate boomerang

Structs

Duration

A Duration type to represent a span of time, typically used for system timeouts.

Event

Event activation record to push onto the event queue.

Instant

A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.

Port
Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

Reaction

Reaction activation record to push onto the reaction queue.

RefCell

A mutable memory location with dynamically checked borrow rules

Scheduler
Trigger

Reaction activation record to push onto the reaction queue.

Enums

QueuingPolicy

Enumeration of different policies for handling events that succeed one another more rapidly than is allowed by a physical action's min. inter-arrival time.

Traits

EventValue
IsPresent
Reactor
Sched

Type Definitions

Index