github tokio-rs/tokio tokio-0.3.2
Tokio v0.3.2

latest releases: tokio-util-0.7.11, tokio-1.37.0, tokio-test-0.4.4...
3 years ago

Adds AsyncFd as a replacement for v0.2's PollEvented.

Fixed

  • io: fix a potential deadlock when shutting down the I/O driver (#2903).
  • sync: RwLockWriteGuard::downgrade() bug (#2957).

Added

  • io: AsyncFd for receiving readiness events on raw FDs (#2903).
  • net: poll_* function on UdpSocket (#2981).
  • net: UdpSocket::take_error() (#3051).
  • sync: oneshot::Sender::poll_closed() (#3032).

Don't miss a new tokio release

NewReleases is sending notifications on new releases.