Module example_algorithms

Module example_algorithms 

Source
Expand description

No-op examples.

Structs§

Allower
The most naive implementation of a rate-limiter ever: Always allows every cell through.
Always
A pseudo-instant that never changes.
ForeverClock

Enums§

Impossible
A non-error - the Allower example rate-limiter always returns a positive result, so this error is never returned.