SynchronizedState

portals.runtime.parallel.ParallelRuntime$.SynchronizedState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def get[K, V](key: K): Option[V]
def put[K, V](key: K, value: V): Unit
def remove[K, V](key: K): Option[V]