Expand description
Provides a scheduled loop in the browser via requestAnimationFrame
.
Structs§
- Owns a
WebRuntime
and schedules its execution usingrequestAnimationFrame
.
Traits§
- A value which can be mutably called by the scheduler.
- A value which can receive a waker from the scheduler that will request a new frame when woken.