Docs.rs
  • fibers-0.1.13
    • fibers 0.1.13
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sile
    • github:dwango:rust
    • Dependencies
      • futures ^0.1 normal
      • mio ^0.6 normal
      • nbchan ^0.1 normal
      • num_cpus ^1 normal
      • splay_tree ^0.2 normal
      • clap ^2 dev
      • handy_async ^0.2 dev
      • httparse ^1 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
    • 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

fibers0.1.13

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BoxSpawn
  • InPlaceExecutor
  • ThreadPoolExecutor
  • executor::InPlaceExecutor
  • executor::InPlaceExecutorHandle
  • executor::ThreadPoolExecutor
  • executor::ThreadPoolExecutorHandle
  • fiber::BoxSpawn
  • fiber::Context
  • fiber::Scheduler
  • fiber::SchedulerHandle
  • fiber::Unpark
  • io::Stdin
  • io::poll::EventedHandle
  • io::poll::EventedLock
  • io::poll::Poller
  • io::poll::PollerHandle
  • io::poll::Register
  • net::TcpListener
  • net::TcpStream
  • net::UdpSocket
  • net::futures::Connect
  • net::futures::Connected
  • net::futures::RecvFrom
  • net::futures::SendTo
  • net::futures::TcpListenerBind
  • net::futures::UdpSocketBind
  • net::streams::Incoming
  • sync::mpsc::Receiver
  • sync::mpsc::Sender
  • sync::mpsc::SyncSender
  • sync::oneshot::Link
  • sync::oneshot::Monitor
  • sync::oneshot::Monitored
  • sync::oneshot::Receiver
  • sync::oneshot::Sender
  • time::timer::Timeout
  • time::timer::TimeoutAfter

Enums

  • io::poll::Interest
  • sync::oneshot::MonitorError

Traits

  • Executor
  • Spawn
  • executor::Executor
  • fiber::Spawn
  • time::timer::TimerExt

Functions

  • fiber::with_current_context
  • fiber::yield_poll
  • io::stdin
  • sync::mpsc::channel
  • sync::mpsc::sync_channel
  • sync::oneshot::channel
  • sync::oneshot::link
  • sync::oneshot::monitor
  • time::timer::timeout

Type Aliases

  • fiber::ContextId
  • fiber::FiberId
  • fiber::SchedulerId
  • sync::oneshot::LinkPair

Constants

  • io::poll::DEFAULT_EVENTS_CAPACITY