Module wasefire_applet_api::timer

source ·
Expand description

Timer operations.

Modules§

Enums§

  • Whether a timer should periodically trigger.

Functions§

  • allocateNon-native
    Allocates a timer (initially stopped) and returns its identifier.
  • freeNon-native
    Deallocates a stopped timer given its identifier.
  • startNon-native
    Starts a stopped timer given its identifier.
  • stopNon-native
    Stops a running timer given its identifier.