Structs§
- Delay
- A Delay struct that encapsulates a Waiter.
- Delay
Builder
Enums§
- Waiter
Error - An error happened while waiting.
Traits§
- Waiter
- A waiter trait, that can be used for executing a delay. Waiters need to be multi-threaded and cloneable. A waiter should not be reused twice.
- Waiter
Clone - Implement cloning for Waiter. This requires a temporary (unfortunately public) trait to allow an implementation of box clone on Waiter.