async-std v1.0.1 Release Notes

Release Date: 2019-11-12 // over 4 years ago
  • ๐Ÿ“š API Documentation

    ๐ŸŽ We were seeing a regression in our fs performance, caused by too many ๐Ÿ›  long-running tasks. This patch fixes that regression by being more proactive about closing down idle threads.

    ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ Improved thread startup/shutdown algorithm in task::spawn_blocking.
    • ๐Ÿ›  Fixed a typo in the tutorial.