Docs.rs
  • async-unsync-0.3.0
    • async-unsync 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • oliver-giersch
    • Dependencies
      • tokio ^1.36.0 normal optional
      • futures-lite ^2.2.0 dev
    • Versions
    • 100% 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

async_unsync0.3.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • SendError
  • bounded::Channel
  • bounded::OwnedPermit
  • bounded::Permit
  • bounded::Receiver
  • bounded::ReceiverRef
  • bounded::Sender
  • bounded::SenderRef
  • oneshot::OneshotChannel
  • oneshot::Receiver
  • oneshot::ReceiverRef
  • oneshot::RecvError
  • oneshot::Sender
  • oneshot::SenderRef
  • semaphore::Acquire
  • semaphore::AcquireError
  • semaphore::Permit
  • semaphore::Semaphore
  • unbounded::UnboundedChannel
  • unbounded::UnboundedReceiver
  • unbounded::UnboundedReceiverRef
  • unbounded::UnboundedSender
  • unbounded::UnboundedSenderRef

Enums

  • TryRecvError
  • TrySendError
  • semaphore::TryAcquireError

Functions

  • bounded::channel
  • bounded::channel_from_iter
  • oneshot::channel
  • unbounded::channel
  • unbounded::channel_from_iter