We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be6887 commit 7ef5591Copy full SHA for 7ef5591
azure-pipelines.yml
@@ -204,7 +204,7 @@ jobs:
204
steps:
205
- template: ci/azure-install-rust.yml
206
parameters:
207
- toolchain: nightly-2020-06-03
+ toolchain: nightly-2020-08-27
208
- script: rustup component add rust-src
209
displayName: "install rust-src"
210
- script: |
crates/futures/src/task/multithread.rs
@@ -36,7 +36,7 @@ impl AtomicWaker {
36
// the corresponding `waitAsync` that was waiting for the transition
37
// from SLEEPING to AWAKE.
38
unsafe {
39
- core::arch::wasm32::atomic_notify(
+ core::arch::wasm32::memory_atomic_notify(
40
&self.state as *const AtomicI32 as *mut i32,
41
1, // Number of threads to notify
42
);
0 commit comments