File tree 1 file changed +2
-5
lines changed 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
An efficient async condition variable for lock-free algorithms, a.k.a.
4
4
"eventcount".
5
5
6
+ [ ![ Cargo] ( https://img.shields.io/crates/v/async-event.svg )] ( https://crates.io/crates/async-event )
7
+ [ ![ Documentation] ( https://docs.rs/async-event/badge.svg )] ( https://docs.rs/async-event )
6
8
[ ![ License] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] ( https://github.com/asynchronics/async-event#license )
7
9
8
-
9
10
## Overview
10
11
11
12
[ Eventcount] [ eventcount ] -like primitives are useful to make some operations on a
@@ -29,10 +30,6 @@ This library is an offshoot of [Asynchronix][asynchronix], an ongoing effort at
29
30
a high performance asynchronous computation framework for system simulation. It
30
31
is also used in the [ Tachyonix] [ tachyonix ] MPSC channel.
31
32
32
- [ ![ Cargo] ( https://img.shields.io/crates/v/async-event.svg )] ( https://crates.io/crates/async-event )
33
- [ ![ Documentation] ( https://docs.rs/async-event/badge.svg )] ( https://docs.rs/async-event )
34
- [ ![ License] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] ( https://github.com/asynchronics/async-event#license )
35
-
36
33
[ event_listener ] : https://docs.rs/event_listener/latest/event_listener/
37
34
[ eventcount ] : https://www.1024cores.net/home/lock-free-algorithms/eventcounts
38
35
[ diatomic-waker ] : https://github.com/asynchronics/diatomic-waker
You can’t perform that action at this time.
0 commit comments