tokio 0.1.14

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Documentation

tokio

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 26 feature flags, 24 of them enabled by default.

default

  • codec
  • fs
  • io
  • reactor
  • rt-full
  • tcp
  • timer
  • udp
  • uds

codec

  • tokio-codec

fs

  • tokio-fs

io

  • bytes
  • tokio-io

reactor

  • io
  • mio
  • tokio-reactor

rt-full

  • num_cpus
  • reactor
  • timer
  • tokio-current-thread
  • tokio-executor
  • tokio-threadpool

tcp

  • tokio-tcp

timer

  • tokio-timer

udp

  • tokio-udp

uds

  • tokio-uds

tokio-codec

    This feature flag does not enable additional features.

tokio-fs

    This feature flag does not enable additional features.

bytes

    This feature flag does not enable additional features.

tokio-io

    This feature flag does not enable additional features.

mio

    This feature flag does not enable additional features.

tokio-reactor

    This feature flag does not enable additional features.

num_cpus

    This feature flag does not enable additional features.

tokio-current-thread

    This feature flag does not enable additional features.

tokio-executor

    This feature flag does not enable additional features.

tokio-threadpool

    This feature flag does not enable additional features.

tokio-tcp

    This feature flag does not enable additional features.

tokio-timer

    This feature flag does not enable additional features.

tokio-udp

    This feature flag does not enable additional features.

tokio-uds

    This feature flag does not enable additional features.

async-await-preview

  • tokio-async-await/async-await-preview

tokio-async-await

    This feature flag does not enable additional features.