Module platform

Module platform 

Source
Expand description

Platform abstraction traits for Compose runtime services.

These traits allow Compose to delegate scheduling and clock responsibilities to the host platform, enabling integration with different environments without depending directly on std APIs.

Traitsยง

Clock
Provides timing information for the runtime.
RuntimeScheduler
Schedules work for the Compose runtime.