Skip to content

v1.0.1

Compare
Choose a tag to compare
@yoshuawuyts yoshuawuyts released this 12 Nov 00:34
643b678

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.