Up

Module Incremental = Incremental

Signature

include Incremental_intf.Incremental
module type S = Incremental_intf.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