Docs.rs
net-queue-0.2.0
net-queue 0.2.0
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
SonicFrog
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
lapin ^2
normal
pin-project-lite ^0.2
normal
postage ^0.5
normal
snafu ^0.7
normal
tokio ^1
normal
tracing ^0.1
normal
url ^2
normal
uuid ^1
normal
test-log ^0.2
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
Versions
96%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate net_queue
Version 0.2.0
All Items
Structs
Traits
?
Crate
net_queue
source
·
[
−
]
Structs
JobResult
A struct that holds both the job data and a JobHandle used to acknowledge jobs completion
Traits
Consumer
A
Consumer
for a
JobQueue
JobHandle
A trait to manager job timeouts and (n)acks
JobQueue
An abstract queue that handles reliable delivery through job acknowledgment and optionally persistence
MakeJobQueue
The queue factory trait that takes care of creating queues