Skip to content

Tokio v0.2.1

Compare
Choose a tag to compare
@carllerche carllerche released this 27 Nov 05:49
· 2416 commits to master since this release
632ee50

Fixes

  • API docs for TcpListener::incoming, UnixListener::incoming (#1831).

Added

  • tokio::task::LocalSet provides a strategy for spawning !Send tasks (#1733).
  • export tokio::time::Elapsed (#1826).
  • impl AsRawFd, AsRawHandle for tokio::fs::File (#1827).