Docs.rs
  • spawned-rt-0.1.5
    • spawned-rt 0.1.5
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • igaray
    • github:lambdaclass:crates-io-publishers
    • juan518munoz
    • Dependencies
      • crossbeam ^0.7.3 normal
      • tokio ^1 normal
      • tokio-stream ^0.1.17 normal
      • tokio-util ^0.7.15 normal
      • tracing ^0.1.41 normal
      • tracing-subscriber ^0.3.19 normal
    • Versions
    • 50% 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

spawned_rt0.1.5

Crate Items

  • Structs
  • Traits
  • Functions

List of all items

Structs

  • tasks::BroadcastStream
  • tasks::CancellationToken
  • tasks::JoinHandle
  • tasks::ReceiverStream
  • tasks::Runtime
  • tasks::mpsc::Receiver
  • tasks::mpsc::SendError
  • tasks::mpsc::Sender
  • tasks::oneshot::Receiver
  • tasks::oneshot::Sender
  • threads::CancellationToken
  • threads::JoinHandle
  • threads::mpsc::Receiver
  • threads::mpsc::SendError
  • threads::mpsc::Sender
  • threads::oneshot::Receiver
  • threads::oneshot::Sender

Traits

  • threads::Future

Functions

  • tasks::block_on
  • tasks::mpsc::channel
  • tasks::oneshot::channel
  • tasks::run
  • tasks::sleep
  • tasks::spawn
  • tasks::spawn_blocking
  • threads::block_on
  • threads::mpsc::channel
  • threads::oneshot::channel
  • threads::run
  • threads::sleep
  • threads::spawn
  • threads::spawn_blocking