Module accumulator

Module accumulator 

Source

Structs§

TimeEventAccumulator_API
FFI wrapper for TimeEventAccumulator.

Functions§

time_event_accumulator_advance_clock
Advance the clock and push events to the heap.
time_event_accumulator_drop
Drops a TimeEventAccumulator_API instance.
time_event_accumulator_new
Creates a new TimeEventAccumulator_API instance.
time_event_accumulator_peek_next_time
Peek at the next event timestamp.
time_event_accumulator_pop_next_at_or_before
Pop the next event if its timestamp is at or before ts.