async-std v1.6.0-beta.2 Release Notes

Release Date: 2020-05-19 // almost 4 years ago
  • โž• Added

    • โž• Added an environment variable to configure the thread pool size of the runtime. (#774)
    • ๐Ÿ‘ฏ Implement Clone for UnixStream (#772)

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use smol::block_on to handle drop of File, avoiding nested executor panic. (#768)