tokio-sync
Synchronization utilities.
0.1.8
21M downloads/mo
#2036 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 8 days to 4 months
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
15 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Jan 2019 to Feb 2020Releases
latest 15-
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.805 Feb 2020 -
0.1.710 Oct 2019Release notes
Open source →Fixed
- memory leak when polling oneshot handle from more than one task (#1649).
-
0.1.605 Jun 2019 -
0.1.522 Apr 2019 -
0.1.413 Mar 2019Release notes
Open source →Fixed
- Fix memory leak on channel drop (#917).
Added
std::error::Errorimplementation foroneshot,watcherror types (#967).
-
0.1.301 Mar 2019Release notes
Open source →Added
Watch, a single value broadcast channel (#922).std::error::Errorimplementation for morempsctypes (#937).
-
0.1.221 Feb 2019Release 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 →Fixes
mpscandSemaphorewhen releasing permits (#904).oneshottask handle leak (#911).
Changes
- Performance improvements in
AtomicTask(#892). - Improved assert message when creating a channel with bound of zero (#906).
Adds
AtomicTask::take_task(#895).
-
0.1.101 Feb 2019 -
0.1.025 Jan 2019