Docs.rs
  • persistent-scheduler-0.5.1
    • persistent-scheduler 0.5.1
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rustmailer
    • Dependencies
      • ahash ^0.8.11 normal
      • async-trait ^0.1.87 normal
      • chrono ^0.4.40 normal
      • chrono-tz ^0.10.1 normal
      • croner ^2.1.0 normal
      • itertools ^0.14.0 normal optional
      • native_db ^0.8.1 normal optional
      • native_model ^0.4.20 normal optional
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • sysinfo ^0.33.1 normal optional
      • thiserror ^2.0.12 normal
      • tokio ^1.44.1 normal
      • tracing ^0.1.41 normal
      • tracing-subscriber ^0.3.19 normal
      • ulid ^1.2.0 normal
    • Versions
    • 31.02% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

persistent_scheduler0.5.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Statics
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • core::context::TaskConfiguration
  • core::context::TaskContext
  • core::error::BoxError
  • core::model::TaskMeta
  • core::periodic::PeriodicTask
  • core::retry::RetryPolicy
  • core::store::InMemoryTaskStore
  • nativedb::TaskMetaEntity
  • nativedb::meta::NativeDbTaskStore

Enums

  • core::error::SchedulerError
  • core::model::Retry
  • core::model::TaskStatus
  • core::retry::RetryStrategy
  • core::store::InMemoryTaskStoreError
  • core::task_kind::TaskKind
  • nativedb::TaskKindEntity
  • nativedb::meta::NativeDbTaskStoreError

Traits

  • core::store::TaskStore
  • core::task::Task

Macros

  • generate_token
  • utc_now

Functions

  • core::cron::is_valid_cron_string
  • core::cron::is_valid_timezone
  • core::cron::next_run
  • core::store::is_candidate_task
  • nativedb::get_database
  • nativedb::init_nativedb
  • nativedb::meta::is_candidate_task

Type Aliases

  • core::task::TaskFuture

Statics

  • nativedb::MODELS