CountDownLatch.CountDown Method

Definition

Decrements the count of the latch, releasing all waiting threads if the count reaches zero.

[Android.Runtime.Register("countDown", "()V", "GetCountDownHandler")]
public virtual void CountDown ();
[<Android.Runtime.Register("countDown", "()V", "GetCountDownHandler")>]
abstract member CountDown : unit -> unit
override this.CountDown : unit -> unit
Attributes

Remarks

Java documentation for java.util.concurrent.CountDownLatch.countDown().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to