tokio-current-thread
Single threaded executor which manage many tasks concurrently on the current thread.
0.1.7
20M downloads/mo
#2075 most downloaded on crates.io
tokio-rs/tokio
What this package is like to depend on
Last release 7 years ago
no release in 18 months
Ships fairly regularly
a new release about every 3 months
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
10 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Feb 2018 to Feb 2020
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 10-
0.2.0-alpha.108 Aug 2019 pre-releaseNothing published for this version
-
0.1.705 Feb 2020 -
0.1.622 Mar 2019 -
0.1.502 Mar 2019 -
0.1.422 Nov 2018 -
0.1.327 Sep 2018 -
0.1.227 Sep 2018Release notes
Open source →- Introduce Tokio Runtime (#141)
- Provide
CurrentThreadfor more flexible usage of current thread executor (#141). - Add Lio for platforms that support it (#142).
- I/O resources now lazily bind to the reactor (#160).
- Extract Reactor to dedicated crate (#169)
- Add facade to sub crates and add prelude (#166).
- Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)
Release notes
Open source →- Implement
futures::Executorfor executor types (#563) - Spawning performance improvements (#565)
-
0.1.107 Aug 2018Release notes
Open source →- Implement
std::Errorfor misc error types (#501) - bugfix: Track tasks pending in spawn queue (#478)
- Implement
-
0.1.013 Jun 2018Release notes
Open source →- Extract
tokio::executor::current_threadto a tokio-current-thread crate (#356)
- Extract
-
0.0.008 Feb 2018Nothing published for this version