Mutable

object Mutable
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](init: Option[Runner[T]])(implicit tx: T, h: Universe[T]): Mutable[T]

Creates a "mutable" runner which is one that can be empty or assigned and re-assigned a peer runner. When the mutable runner is disposed, the currently set peer is also disposed.

Creates a "mutable" runner which is one that can be empty or assigned and re-assigned a peer runner. When the mutable runner is disposed, the currently set peer is also disposed.