Up

Module type Incremental

Signature

module type S = S
module Config = Config

Make returns a new incremental implementation. Incremental uses a timing wheel for its time-based functions. Make uses Config.Default ().

Make_with_config allows one to specify the timing-wheel configuration.

module Make () : S