Module sleep

Module sleep 

Source
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ยง

SleepFuture
Future that completes after a specified simulation time duration.