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 0d04aa7 commit 73fccf3Copy full SHA for 73fccf3
src/libstd/rt/comm.rs
@@ -9,11 +9,6 @@
9
// except according to those terms.
10
11
//! Ports and channels.
12
-//!
13
-//! XXX: Carefully consider whether the sequentially consistent
14
-//! atomics here can be converted to acq/rel. I'm not sure they can,
15
-//! because there is data being transerred in both directions (the payload
16
-//! goes from sender to receiver and the task pointer goes the other way).
17
18
use option::*;
19
use cast;
0 commit comments