japgolly.scalajs.react.callback.AsyncCallback$.ReadWriteMutex
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Wrap a AsyncCallback so that it executes in the read-mutex. There can be many readers active at one time.
Wrap a AsyncCallback so that it executes in the read-mutex. There can be many readers active at one time.
Note: Calling this from within the write-mutex will block.
Attributes
Wrap a AsyncCallback so that it executes in the write-mutex. There can only be one writer active at one time.
Wrap a AsyncCallback so that it executes in the write-mutex. There can only be one writer active at one time.
Note: THIS IS NOT RE-ENTRANT. Calling this from within the read or write mutex will block.
Attributes