Skip to main content

Module timer

Module timer 

Source
Expand description

Module: api::timer

Responsibility: expose the maintained application and lifecycle timer facade. Does not own: timer state, recurrence, arbitration, or domain scheduling policy. Boundary: macro-expanded downstream code delegates to TimerWorkflow.

Structs§

TimerApi
Public timer facade used by Canic’s macro-expanded entrypoints.
TimerHandle
Opaque, single-owner handle for a cancellable application timer.