tokio-executor
Future execution primitives
0.1.10
25M downloads/mo
#1870 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
Release timing varies
gaps range from 9 days to 3 months
Nearly every release is documented
notes for 11 of 12 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
18 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
18 releases · Feb 2018 to Feb 2020Releases
latest 18-
0.2.0-alpha.630 Sep 2019 pre-releaseNothing published for this version
-
0.2.0-alpha.519 Sep 2019 pre-releaseNothing published for this version
-
0.2.0-alpha.429 Aug 2019 pre-releaseNothing published for this version
-
0.2.0-alpha.328 Aug 2019 pre-releaseNothing published for this version
-
0.2.0-alpha.218 Aug 2019 pre-releaseNothing published for this version
-
0.2.0-alpha.108 Aug 2019 pre-releaseNothing published for this version
-
0.1.1005 Feb 2020 -
0.1.927 Nov 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
- Add
executor::set_defaultwhich behaves likewith_defaultbut returns a drop guard (#1725).
-
0.1.803 Jul 2019Release notes
Open source →Added
- Add
executor::exitto allow other executors insidethreadpool::blocking(#1155).
- Add
-
0.1.722 Mar 2019 -
0.1.607 Jan 2019Release notes
Open source →- Implement
UnparkforArc<Unpark>(#802). - Switch to crossbeam's Parker / Unparker (#528).
- Implement
-
0.1.527 Sep 2018Release notes
Open source →- Implement
futures::ExecutorforDefaultExecutor(#563). - Add
Enter::block_on(future)(#646)
- Implement
-
0.1.424 Aug 2018 -
0.1.307 Aug 2018Release notes
Open source →- Implement
ExecutorforBox<E: Executor>(#420). - Improve
EnterErrordebug message (#410). - Implement
status,Send, andSyncforDefaultExecutor(#463, #472). - Fix race in
ParkThread(#507). - Handle recursive calls into
DefaultExecutor(#473).
- Implement
-
0.1.230 Mar 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)
-
0.1.123 Mar 2018 -
0.1.009 Mar 2018 -
0.0.001 Feb 2018Nothing published for this version