tokio-reactor
Event loop that drives Tokio I/O resources.
0.1.12
23M downloads/mo
#1957 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 2 months
Nearly every release is documented
notes for 13 of 14 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
15 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Feb 2018 to Feb 2020
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 15-
0.2.0-alpha.108 Aug 2019 pre-releaseNothing published for this version
-
0.1.1205 Feb 2020 -
0.1.1127 Nov 2019Release notes
Open source →Added
set_default, which functions likewith_defaultbut returns a drop guard (#1725)
-
0.1.1030 Sep 2019Release notes
Open source →Changed
- Upgrade to parking_lot 0.9.0 (#1298 backport)
- The minimum supported rust version (MSRV) is now 1.31.0. (#1358)
-
0.1.902 Mar 2019Release notes
Open source →- Experimental async/await improvements (#661).
- Re-export
TaskExecutorfromtokio-current-thread(#652). - Improve
Runtimebuilder API (#645). tokio::runpanics when called from the context of an executor (#646).- Introduce
StreamExtwith atimeouthelper (#573). - Move
length_delimitedintotokio(#575). - Re-organize
tokio::netmodule (#548). - Re-export
tokio-current-thread::spawnin current_thread runtime (#579).
Release notes
Open source →Added
- impl
AsRawFdforReactoron unix platforms (#890).
Changed
- perf: reduce unnecessary task clones (#899).
- perf: release lock before issuing syscall (#894).
-
0.1.807 Jan 2019 -
0.1.722 Nov 2018Release notes
Open source →- Reduce log level to trace (#734).
- Bump internal dependency versions (#746).
-
0.1.627 Sep 2018 -
0.1.527 Aug 2018 -
0.1.424 Aug 2018Release notes
Open source →- Use a scalable RW lock (#517)
- Implement std::error::Error for error types (#511)
- Documentation improvements
-
0.1.307 Aug 2018 -
0.1.213 Jun 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 →- Fix deadlock that can happen when shutting down (#409)
- Handle::default() lazily binds to reactor (#350)
-
0.1.123 Mar 2018Release notes
Open source →- Fix threading bugs (#227)
- Fix notification bugs (#243)
- Optionally support futures 0.2 (#172)
-
0.1.009 Mar 2018 -
0.0.001 Feb 2018Nothing published for this version