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 11# event-listener
22
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 )] (
44https://github.com/smol-rs/event-listener/actions )
55[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg )] (
66https://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
1717structures. See a [ simple mutex] implementation that exposes an async and a blocking interface
1818for acquiring locks.
1919
20- [ eventcounts ] : http ://www.1024cores.net/home/lock-free-algorithms/eventcounts
20+ [ eventcounts ] : https ://www.1024cores.net/home/lock-free-algorithms/eventcounts
2121[ simple mutex ] : ./examples/mutex.rs
2222
2323## Examples
7474
7575Licensed under either of
7676
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 )
7979
8080at your option.
8181
Original file line number Diff line number Diff line change 66//! structures. See a [simple mutex] implementation that exposes an async and a blocking interface
77//! for acquiring locks.
88//!
9- //! [eventcounts]: http ://www.1024cores.net/home/lock-free-algorithms/eventcounts
9+ //! [eventcounts]: https ://www.1024cores.net/home/lock-free-algorithms/eventcounts
1010//! [simple mutex]: https://github.com/smol-rs/event-listener/blob/master/examples/mutex.rs
1111//!
1212//! # Examples
You can’t perform that action at this time.
0 commit comments