Module holochain::prelude::schedule

source ·
Expand description

Schedule functions to run outside a direct zome call.

Structs

Enums

  • Defines either a persisted or ephemeral schedule for a schedule function. Persisted schedules survive a conductor reboot, ephemeral will not. Persisted schedules continue beyond irrecoverable errors, ephemeral do not.
  • Scheduling errors.

Constants