Skip to main content

Module timers

Module timers 

Source
Expand description

Timer utilities for actors.

This module provides timer functionality for scheduling messages:

§Platform Differences

  • Native: Uses a centralized scheduler with a BinaryHeap min-heap
  • WASM: Uses setTimeout and setInterval via web-sys

Modules§

scheduler

Structs§

TimerHandle
Handle to a scheduled timer.