Docs.rs
apalis-core-1.0.0-beta.1
apalis-core 1.0.0-beta.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
geofmureithi
Dependencies
document-features ^0.2
normal
optional
futures-channel ^0.3.30
normal
futures-core ^0.3.30
normal
futures-sink ^0.3.30
normal
futures-timer ^3.0.3
normal
optional
futures-util ^0.3.30
normal
pin-project ^1
normal
serde ^1.0
normal
optional
serde_json ^1
normal
optional
thiserror ^2.0.0
normal
tower-layer ^0.3.3
normal
tower-service ^0.3.3
normal
tracing ^0.1
normal
optional
apalis-workflow ^0.1.0-alpha.6
dev
tokio ^1.37.0
dev
tower ^0.5
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module timer
apalis_
core
1.0.0-beta.1
Module timer
Module Items
Structs
Functions
In crate apalis_
core
apalis_core
Module
timer
Copy item path
Source
Available on
crate feature
sleep
only.
Expand description
Timing and delaying utilities
Structs
§
Delay
A future representing the notification that an elapsed duration has occurred.
Functions
§
sleep
Runtime agnostic sleep function based on
Delay