Docs.rs
  • kayrx-0.18.0
    • kayrx 0.18.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • krircc
    • Dependencies
      • anyhow ^1 normal
      • async-datagram ^3.0.0 normal
      • async-ready ^3.0.0 normal
      • crossbeam-channel ^0.4.2 normal
      • crossbeam-deque ^0.7.3 normal
      • crossbeam-utils ^0.7.2 normal
      • futures-core ^0.3.4 normal
      • futures-executor ^0.3 normal
      • futures-io ^0.3.4 normal
      • futures-util ^0.3 normal
      • iovec ^0.1.4 normal
      • kayrx-macro ^1.1.0 normal optional
      • lazy_static ^1.2.0 normal
      • libc ^0.2.48 normal
      • log ^0.4.8 normal
      • net2 ^0.2 normal
      • num_cpus ^1.12.0 normal
      • once_cell ^1.3.1 normal
      • parking_lot ^0.9.0 normal
      • pin-project-lite ^0.1.4 normal
      • pin-utils ^0.1.0 normal
      • slab ^0.4.2 normal
      • bytes ^0.4.11 dev
      • env_logger ^0.6.0 dev
      • futures ^0.3.4 dev
      • rand ^0.7.0 dev
      • tempdir ^0.3.7 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

kayrx0.18.0

Crate Items

  • Structs
  • Statics
  • Traits
  • Functions
  • Attribute Macros

List of all items

Structs

  • karx::AccessError
  • karx::Builder
  • karx::JoinKarx
  • karx::Karx
  • karx::KarxId
  • karx::LocalKey
  • karx::Reactor
  • karx::Runtime
  • karx::Watcher
  • karx::task::JoinHandle
  • karx::task::Task
  • lxar::Poll
  • lxar::Registration
  • lxar::SetReadiness
  • lxar::Token
  • lxar::UnixReady
  • lxar::event::Event
  • lxar::event::EventedFd
  • lxar::event::Events
  • lxar::event::Iter
  • lxar::event::PollOpt
  • lxar::event::Ready
  • lxar::net::TcpListener
  • lxar::net::TcpStream
  • lxar::net::UdpSocket
  • lxar::net::UnixDatagram
  • lxar::net::UnixListener
  • lxar::net::UnixStream
  • net::TcpListener
  • net::TcpStream
  • net::UdpSocket
  • net::UnixDatagram
  • net::UnixListener
  • net::UnixStream
  • net::uds::ConnectFuture
  • net::uds::Incoming
  • net::uds::UCred
  • net::uds::UnixDatagram
  • net::uds::UnixListener
  • net::uds::UnixStream
  • timer::Clock
  • timer::Delay
  • timer::DelayQueue
  • timer::Elapsed
  • timer::Error
  • timer::Handle
  • timer::Interval
  • timer::SystemNow
  • timer::Throttle
  • timer::Timeout
  • timer::Timer
  • timer::Turn
  • timer::delay_queue::DelayQueue
  • timer::delay_queue::Expired
  • timer::delay_queue::Key

Traits

  • karx::futures::Runtime
  • karx::futures::Spawner
  • lxar::event::Evented
  • timer::Now

Attribute Macros

  • futures
  • main
  • test

Functions

  • karx::block
  • karx::current
  • karx::exec
  • karx::futures::default
  • karx::spawn
  • karx::task::spawn
  • karx::task::spawn_local
  • karx::task::waker_fn
  • karx::yield_now
  • lxar::event::kind_mut
  • lxar::event::opt_as_usize
  • lxar::event::opt_from_usize
  • lxar::event::ready_as_usize
  • lxar::event::ready_from_usize
  • timer::delay
  • timer::delay_for
  • timer::now
  • timer::set_default
  • timer::with_default

Statics

  • karx::RUNTIME