Up

Module type Incremental

Signature

module type S = S

Make returns a new incremental implementation. Incremental uses a timing wheel for its time-based functions. Make uses a default timing-wheel configuration, with one millisecond precision with alarms up to 30 days in the future.

Make_with_timing_wheel_config allows one to specify the timing-wheel configuration.

module Make () : S