We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Once::is_complete
#[stable]
1 parent 7cdbc87 commit 401a3f3Copy full SHA for 401a3f3
src/libstd/sync/once.rs
@@ -363,7 +363,7 @@ impl Once {
363
/// assert!(handle.join().is_err());
364
/// assert_eq!(INIT.is_completed(), false);
365
/// ```
366
- #[stable(feature = "once_is_completed", since = "1.44.0")]
+ #[stable(feature = "once_is_completed", since = "1.43.0")]
367
#[inline]
368
pub fn is_completed(&self) -> bool {
369
// An `Acquire` load is enough because that makes all the initialization
0 commit comments