Docs.rs
  • ipc-queue-0.2.0
    • ipc-queue 0.2.0
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • jethrogb
    • github:fortanix:crates-owners
    • Dependencies
      • fortanix-sgx-abi ^0.4.0 normal
      • static_assertions ^1.1.0 dev
      • futures ^0.3 dev
      • tokio ^0.2 dev
    • Versions
    • 13.89% 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
logo

logo

Crate ipc_queue

  • Version 0.2.0
  • All Items
  • Structs
  • Enums
  • Traits
  • Functions
logo
Change settings

Crate ipc_queue

source · [−]

Structs

AsyncReceiver
AsyncSender
DescriptorGuard

DescriptorGuard<T> can produce a FifoDescriptor<T> that is guaranteed to remain valid as long as the DescriptorGuard is not dropped.

Identified
Receiver
Sender

Enums

QueueEvent
RecvError
SendError
SynchronizationError
TryRecvError
TrySendError

Traits

AsyncSynchronizer
Synchronizer
Transmittable

Functions

bounded
bounded_async