Skip to content

Commit b7dfc53

Browse files
committed
Update README.md
1 parent 88afd38 commit b7dfc53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wait_on_address
22

3+
[![Crates.io](https://img.shields.io/crates/v/wait_on_address.svg)](https://crates.io/crates/wait_on_address)
4+
[![Docs.rs](https://docs.rs/wait_on_address/badge.svg)](https://docs.rs/wait_on_address)
5+
36
Cross platform atomic wait and wake (aka futex) functionality. This crate is a fork of [`atomic-wait`](https://github.com/m-ou-se/atomic-wait), and extends the original code with the following functionality:
47

58
- Support for `AtomicI32`, `AtomicI64`, and `AtomicU64`

0 commit comments

Comments
 (0)