Module diem_time_service::mock
source · Structs
- A
Future
that resolves when the simulated time in theMockTimeService
advances past its deadline. When these are pending, they have an entry in theMockTimeService
’spending
queue. - A
TimeService
that simulates time and allows for fine-grained control over advancing time and waking up sleeping tasks.