Skip to content

refresh

Structs

  • CapabilityRefresher - Owns the background refresh thread. Dropping it stops the thread and joins.

firma_run::capability::refresh::CapabilityRefresher

Section titled “firma_run::capability::refresh::CapabilityRefresher”

Struct

Owns the background refresh thread. Dropping it stops the thread and joins.

Methods:

  • fn spawn(params: IssueParams, out_path: &Path, initial_expiry: DateTime<Utc>, capability_lease: &CapabilityLeaseConfig) -> Result<Self, RunError> - Spawn the refresher for a freshly minted seed.

Trait Implementations:

  • Drop
    • fn drop(self: & mut Self)