Docs.rs
  • reactive-mutiny-0.1.1
    • reactive-mutiny 0.1.1
    • Docs.rs crate page
    • Unlicense
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • zertyz
    • Dependencies
      • async-trait ^0.1 normal
      • atomic_enum ^0.2 normal
      • crossbeam ^0.8 normal
      • crossbeam-channel ^0.5 normal
      • ctor ^0.2 normal
      • futures ^0.3 normal
      • indexmap ^1.9 normal
      • log ^0.4 normal
      • memmap ^0.7 normal
      • minstant ^0.1 normal
      • once_cell ^1.17 normal
      • owning_ref ^0.4 normal
      • parking_lot ^0.12 normal
      • tokio ^1 normal
      • chrono ^0 dev
      • criterion ^0.3 dev
      • ctor ^0.2 dev
      • lazy_static ^1.4 dev
      • log ^0.4 dev
      • minstant ^0.1 dev
      • neat-date-time ^0.1 dev
      • regex ^1.5 dev
      • ron ^0.8 dev
      • serde ^1.0 dev
      • simple_logger ^4.0 dev
      • slog ^2 dev
      • slog-scope ^4 dev
      • slog-stdlog ^4 dev
      • sloggers ^2 dev
      • structopt ^0.3 dev
      • strum ^0.24 dev
      • strum_macros ^0.24 dev
    • Versions
    • 70.74% 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

Module advanced

  • Re-exports
  • Type Definitions
?
Change settings

Module reactive_mutiny::prelude::advanced

source ·
Expand description

Extra type aliases & internal types re-exports to allow advanced usage of the reactive-mutiny library.
For simple usage, see crate::prelude.

See all-channels example.

Re-exports

  • pub use crate::types::FullDuplexUniChannel;
  • pub use crate::types::FullDuplexMultiChannel;
  • pub use crate::ogre_std::ogre_alloc::OgreAllocator;
  • pub use crate::ogre_std::ogre_alloc::ogre_arc::OgreArc;
  • pub use crate::ogre_std::ogre_alloc::ogre_unique::OgreUnique;
  • pub use crate::prelude::*;

Type Definitions

  • AllocatorAtomicArray
  • AllocatorFullSyncArray
  • ChannelMultiArcAtomic
  • ChannelMultiArcCrossbeam
  • ChannelMultiArcFullSync
  • ChannelMultiMmapLog
  • ChannelMultiOgreArcAtomic
  • ChannelMultiOgreArcFullSync
  • ChannelUniMoveAtomic
  • ChannelUniMoveCrossbeam
  • ChannelUniMoveFullSync
  • ChannelUniZeroCopyAtomic
  • ChannelUniZeroCopyFullSync
  • MultiAtomicArc
  • MultiAtomicOgreArc
  • MultiCrossbeamArc
  • MultiFullSyncArc
  • MultiFullSyncOgreArc
  • MultiMmapLog
  • UniMoveAtomic
  • UniMoveCrossbeam
  • UniMoveFullSync
  • UniZeroCopyAtomic
  • UniZeroCopyFullSync