File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ This crate is a fork of
99itself a fork of [ ` atomic-wait ` ] ( https://github.com/m-ou-se/atomic-wait ) . The
1010changes 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
1821Natively-supported platforms:
1922
You can’t perform that action at this time.
0 commit comments