Skip to main content

Module action_polling

Module action_polling 

Source
Expand description

Caller-driven action polling state machine.

Structs§

ActionPoller
Explicit state for one caller-driven action polling operation.
PollContext
Context passed to caller-owned delay and stop policy.

Enums§

ActionPollError
Action observation or policy failure.
ActionPollStep
Step returned after one accepted observation.
ActionUpdate
One provider action observation.
PollDecision
Caller-owned decision after a running action observation.

Traits§

PollPolicy
Caller-supplied delay, backoff, timeout, and cancellation policy.