AtomicBoolean.LazySet(Boolean) 方法

定义

将值设置为 newValue,并指定 VarHandle#setRelease内存效果。

[Android.Runtime.Register("lazySet", "(Z)V", "")]
public void LazySet (bool newValue);
[<Android.Runtime.Register("lazySet", "(Z)V", "")>]
member this.LazySet : bool -> unit

参数

newValue
Boolean

新值

属性

注解

将值设置为 newValue,并指定 VarHandle#setRelease内存效果。

已在 1.6 中添加。

适用于 . 的 java.util.concurrent.atomic.AtomicBoolean.lazySet(boolean)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于