Docs.rs
  • embassy-sync-0.3.0
    • embassy-sync 0.3.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Dirbaio
    • github:embassy-rs:crates-io
    • Dependencies
      • cfg-if ^1.0.0 normal
      • critical-section ^1.1 normal
      • defmt ^0.3 normal
      • embedded-io-async ^0.5.0 normal
      • futures-util ^0.3.17 normal
      • heapless ^0.7.5 normal
      • log ^0.4.14 normal
      • critical-section ^1.1 dev
      • futures-executor ^0.3.17 dev
      • futures-test ^0.3.17 dev
      • futures-timer ^3.0.2 dev
      • futures-util ^0.3.17 dev
      • static_cell ^1.1 dev
    • Versions
    • 100% 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
logo

logo

Crate embassy_sync

  • Structs
  • Enums
  • Traits
  • Type Aliases
?
Change settings

List of all items

Structs

  • blocking_mutex::Mutex
  • blocking_mutex::raw::CriticalSectionRawMutex
  • blocking_mutex::raw::NoopRawMutex
  • channel::Channel
  • channel::DynamicReceiveFuture
  • channel::DynamicReceiver
  • channel::DynamicSendFuture
  • channel::DynamicSender
  • channel::ReceiveFuture
  • channel::Receiver
  • channel::SendFuture
  • channel::Sender
  • mutex::Mutex
  • mutex::MutexGuard
  • mutex::TryLockError
  • pipe::FillBufFuture
  • pipe::Pipe
  • pipe::ReadFuture
  • pipe::Reader
  • pipe::WriteFuture
  • pipe::Writer
  • pubsub::PubSubChannel
  • pubsub::publisher::DynImmediatePublisher
  • pubsub::publisher::DynPublisher
  • pubsub::publisher::ImmediatePub
  • pubsub::publisher::ImmediatePublisher
  • pubsub::publisher::Pub
  • pubsub::publisher::Publisher
  • pubsub::publisher::PublisherWaitFuture
  • pubsub::subscriber::DynSubscriber
  • pubsub::subscriber::Sub
  • pubsub::subscriber::Subscriber
  • pubsub::subscriber::SubscriberWaitFuture
  • signal::Signal
  • waitqueue::AtomicWaker
  • waitqueue::MultiWakerRegistration
  • waitqueue::WakerRegistration
  • zerocopy_channel::Channel
  • zerocopy_channel::Receiver
  • zerocopy_channel::Sender

Enums

  • channel::TryReceiveError
  • channel::TrySendError
  • pipe::TryReadError
  • pipe::TryWriteError
  • pubsub::Error
  • pubsub::WaitResult

Traits

  • blocking_mutex::raw::RawMutex
  • pubsub::PubSubBehavior

Type Aliases

  • blocking_mutex::CriticalSectionMutex
  • blocking_mutex::NoopMutex