callback
callback
API
japgolly.scalajs.react
callback
AsyncCallback
Barrier
CountDownLatch
Forked
Mutex
ReadWriteMutex
Ref
State
AsyncCallback
Callback
ResultGuard
ResultGuard
Proof
Proof
SetIntervalResult
SetTimeoutResult
CallbackOption
CallbackOption
CallbackTo
LiftTraverseDsl
MapGuard
CallbackTo
Exports
RateLimit
SyncPromise
SyncPromise
Timer
Timer
RealTimer
util
EffectCallback
asyncCallback
callback
callbackOption
EffectFallbacks1
callback
/
japgolly.scalajs.react
/
japgolly.scalajs.react.callback
/
AsyncCallback
/
CountDownLatch
CountDownLatch
japgolly.scalajs.react.callback.AsyncCallback$.CountDownLatch
final
class
CountDownLatch
(
count
:
Int
,
barrier
:
Barrier
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
inline
def
await
:
AsyncCallback
[
Unit
]
inline
def
isComplete
:
CallbackTo
[
Boolean
]
def
pending
:
CallbackTo
[
Int
]
Concrete fields
val
countDown
:
Callback
Decrements the count of the latch, releasing all waiting computations if the count reaches zero.
Decrements the count of the latch, releasing all waiting computations if the count reaches zero.
Attributes
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields