Module bones_framework::time

source ·
Expand description

Timer and Stopwatch utilities.

Structs

  • A Stopwatch is a struct that track elapsed time when started.
  • Tracks elapsed time. Enters the finished state once duration is reached.

Enums