lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.jdkport
/
CountDownLatch
Count
Down
Latch
class
CountDownLatch
(
count
:
Int
)
Members
Constructors
Count
Down
Latch
Link copied to clipboard
constructor
(
count
:
Int
)
Functions
await
Link copied to clipboard
fun
await
(
)
fun
await
(
timeout
:
Long
,
unit
:
TimeUnit
)
:
Boolean
count
Down
Link copied to clipboard
fun
countDown
(
)
get
Count
Link copied to clipboard
fun
getCount
(
)
:
Long