Docs.rs
  • acto-rs-0.5.2
    • acto-rs 0.5.2
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dbeck
    • Dependencies
      • libc ^0.2 normal
      • lossyq ^0.1.19 normal
    • Versions
    • 0% 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
    • 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

acto_rs0.5.2

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits

Crate acto_rs

Source

Re-exports§

pub use elem::source;
pub use elem::sink;
pub use elem::filter;
pub use elem::scatter;
pub use elem::gather;
pub use elem::ymerge;
pub use elem::ysplit;
pub use elem::connectable;
pub use scheduler::Scheduler;

Modules§

elem
scheduler

Structs§

ActualChannelState
ChannelId
ChannelPosition
ExpectedChannelState
InclusiveMessageRange
PeriodLengthInUsec
Receiver
ReceiverChannelId
ReceiverName
Sender
SenderChannelId
SenderName
TaskId

Enums§

ChannelState
ChannelWrapper
Error
Message
SchedulingRule

Traits§

Task