File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# event-listener
2
2
3
- [ ![ Build] ( https://github.com/smol-rs/event-listener/workflows/Build%20and%20test /badge.svg )] (
3
+ [ ![ Build] ( https://github.com/smol-rs/event-listener/workflows/CI /badge.svg )] (
4
4
https://github.com/smol-rs/event-listener/actions )
5
5
[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg )] (
6
6
https://github.com/smol-rs/event-listener )
@@ -17,7 +17,7 @@ You can use this crate to turn non-blocking data structures into async or blocki
17
17
structures. See a [ simple mutex] implementation that exposes an async and a blocking interface
18
18
for acquiring locks.
19
19
20
- [ eventcounts ] : http ://www.1024cores.net/home/lock-free-algorithms/eventcounts
20
+ [ eventcounts ] : https ://www.1024cores.net/home/lock-free-algorithms/eventcounts
21
21
[ simple mutex ] : ./examples/mutex.rs
22
22
23
23
## Examples
74
74
75
75
Licensed under either of
76
76
77
- * Apache License, Version 2.0 ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http ://www.apache.org/licenses/LICENSE-2.0 )
78
- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http ://opensource.org/licenses/MIT )
77
+ * Apache License, Version 2.0 ([ LICENSE-APACHE] ( LICENSE-APACHE ) or https ://www.apache.org/licenses/LICENSE-2.0 )
78
+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or https ://opensource.org/licenses/MIT )
79
79
80
80
at your option.
81
81
Original file line number Diff line number Diff line change 6
6
//! structures. See a [simple mutex] implementation that exposes an async and a blocking interface
7
7
//! for acquiring locks.
8
8
//!
9
- //! [eventcounts]: http ://www.1024cores.net/home/lock-free-algorithms/eventcounts
9
+ //! [eventcounts]: https ://www.1024cores.net/home/lock-free-algorithms/eventcounts
10
10
//! [simple mutex]: https://github.com/smol-rs/event-listener/blob/master/examples/mutex.rs
11
11
//!
12
12
//! # Examples
You can’t perform that action at this time.
0 commit comments