github tokio-rs/tokio tokio-0.2.17
Tokio 0.2.17

latest releases: tokio-1.37.0, tokio-test-0.4.4, tokio-stream-0.1.15...
4 years ago

This release fixes a bug in the threaded scheduler that could result in panics under load (see #2382). Additionally, the default number of worker threads now uses the logical CPU count, so it will now respect scheduler affinity and cgroups CPU quotas.

Fixes

  • rt: bug in work-stealing queue (#2387)

Changes

  • rt: threadpool uses logical CPU count instead of physical by default (#2391)

Don't miss a new tokio release

NewReleases is sending notifications on new releases.