Skip to content

Commit 023df8e

Browse files
committed
Update README.md
1 parent 898b5bd commit 023df8e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ This crate is a fork of
99
itself a fork of [`atomic-wait`](https://github.com/m-ou-se/atomic-wait). The
1010
changes inherited and kept from `wait_on_address` are:
1111

12-
- Support for waiting with a timeout
13-
- Support for `wasm32` on nightly using `std::arch`
14-
- Polyfill for all other platforms
15-
16-
The main
12+
- Support for waiting with a timeout.
13+
- Support for `wasm32` on nightly using `std::arch`.
14+
- Polyfill for all other platforms.
15+
16+
The API has been heavily modified; the wait APIs return the result of the wait
17+
to the extent that the OS APIs provide it, while the notify APIs report how
18+
many threads were woken up, again to the extent that the OS APIs provide such
19+
information.
1720

1821
Natively-supported platforms:
1922

0 commit comments

Comments
 (0)