callback
callback
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
Trampoline
Trampoline
japgolly.scalajs.react.util
EffectCallback
asyncCallback
callback
callbackOption
EffectFallbacks1
callback
/
japgolly.scalajs.react.callback
/
AsyncCallback
/
CountDownLatch
CountDownLatch
final
class
CountDownLatch
(
count:
Int
,
barrier:
Barrier
)
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
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.