Skip to content

Instantly share code, notes, and snippets.

@LucioFranco
Created December 17, 2018 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucioFranco/9707efce13c867f6ad6f4d02b01c3ca4 to your computer and use it in GitHub Desktop.
Save LucioFranco/9707efce13c867f6ad6f4d02b01c3ca4 to your computer and use it in GitHub Desktop.

Change Log

Full Changelog

Fixed bugs:

  • tokio-uds: unix:Datagram::poll_send returns Error(ErrorKind==Other(EAGAIN)) #779

Closed issues:

  • TcpStream::read sometimes blocks forever in 0.1.13 #790
  • Error in doc example (Getting Asynchronous :: Chaining Computations) #773
  • Implement Task::is_notified()? #757
  • Improve .github/ISSUE_TEMPLATE.md #679
  • Idea: tokio-idle #669
  • Spurious windows CI failure #647
  • The documentation for tokio\_threadpool::blocking assumes more understanding of Tokio than we can rely on #618
  • UdpFramed: the buffer is cleared after reading a frame #411
  • Default Runtime configuration / Executor & Reactor on different threads is suboptimal #265

Merged pull requests:

  • Minor change in documentation of Decoder::decode #797 (cbourjau)
  • threadpool: fix semaphore deadlock #795 (stjepang)
  • Improve the documentation of blocking #789 (farnz)
  • fs: added usage examples/doctests to File #786 (mattgathu)
  • Fix uds UnixDatagram send and recv methods in WouldBlock case #782 (flxo)
  • examples: remove reference to tokio-core #780 (carllerche)
  • reactor: update to parking_lot 0.7 #778 (dekellum)
  • Make TlsConnector and TlsAcceptor Clone #777 (sfackler)
  • tcp: add usage examples to TcpListener and TcpStream #775 (mattgathu)
  • Re-export UnixDatagram and UnixDatagramFramed from tokio::net #772 (luben)

* This Change Log was automatically generated by github_changelog_generator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment