We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898b5bd commit 023df8eCopy full SHA for 023df8e
1 file changed
README.md
@@ -9,11 +9,14 @@ This crate is a fork of
9
itself a fork of [`atomic-wait`](https://github.com/m-ou-se/atomic-wait). The
10
changes inherited and kept from `wait_on_address` are:
11
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
+- Support for waiting with a timeout.
+- Support for `wasm32` on nightly using `std::arch`.
+- Polyfill for all other platforms.
+
+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.
20
21
Natively-supported platforms:
22
0 commit comments