Expand description
Future Timing Utilities
Traits§
- Future
Timeout - This trait adds a
timeout
method to all futures.
Functions§
- sleep
- Pauses the current task for some time.
- sleep_
until - Pauses the current task until an expiration instant.
Future Timing Utilities
timeout
method to all futures.