Expand description
Sleep functionality for simulation time.
This module provides the ability to sleep in simulation time using async futures that integrate with the event system. The sleep future will complete when its corresponding Wake event is processed by the simulation engine.
Structsยง
- Sleep
Future - Future that completes after a specified simulation time duration.