Docs.rs
  • stack-queue-0.15.0
    • stack-queue 0.15.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Bajix
    • Dependencies
      • async-local ^2.0 normal
      • crossbeam-deque ^0.8 normal
      • crossbeam-utils ^0.8 normal
      • derive-stack-queue ^0.15.0 normal
      • diesel >=1.0.0, <2.3.0 normal optional
      • generativity ^1.1 normal
      • parking_lot_core ^0.9 normal
      • pin-project ^1 normal
      • redis ^0.27 normal optional
      • static_assertions ^1.1.0 normal
      • tokio ^1 normal
      • async-local ^2.0 dev
      • futures ^0.3 dev
      • rand ^0.8 dev
      • tokio ^1 dev
      • futures-test ^0.3 normal
      • loom ^0.7 normal
    • Versions
    • 64.44% of the crate is documented
  • 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 stack_queue

stack_queue0.15.0

  • All Items

Crate Items

  • Modules
  • Structs
  • Traits
  • Attribute Macros

Crates

  • stack_queue

Crate stack_queue

Source

Modules§

assignment
task

Structs§

StackQueue
Task queue designed for facilitating heapless auto-batching of tasks

Traits§

BackgroundQueue
Fire and forget auto-batched queue
BatchReducer
Auto-batched queue whereby tasks are reduced or collected
LocalQueue
Thread local context for enqueuing tasks on StackQueue.
TaskQueue
Auto-batched queue whereby each task resolves to a value

Attribute Macros§

local_queue
Implements LocalQueue from TaskQueue, BackgroundQueue or BatchReducer impl

Results

Settings
Help
    trait
    stack_queue::TaskQueue
    Auto-batched queue whereby each task resolves to a value
    struct
    stack_queue::StackQueue
    Task queue designed for facilitating heapless …
    extern crate
    stack_queue
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.