| Flat_tuple_array |
An array of tuples, flattened into a single array.
|
| Flat_tuple_array_debug | |
| Flat_tuple_array_unit_tests |
This signature is here to remind us to update the unit tests whenever we change
Flat_tuple_array.
|
| Import | |
| Obj_array |
An array of
Obj.ts.
|
| Pool |
See pool_intf.ml for documentation.
|
| Pool_intf |
A manual memory manager for a set of tuples.
|
| Pool_unit_tests | |
| Timing_wheel | |
| Timing_wheel_intf |
A specialized priority queue for a set of time-based alarms.
|
| Timing_wheel_unit_tests |
This interface is only here to remind us to add a unit test whenever the interface of
Timing_wheel changes.
|
| Tuple_type |
Tuple-like types used in
Flat_tuple_array and Pool.
|
| Tuple_type_intf | Slots has types t1, ..., t9 of arities 1 to 9 that are isomorphic to tuple
types of the corresponding arities.
|
| Std |