trait RT extends TxnLike
The RT trait for real-time audio coupled transactions is declared without representation type parameter
in order to keep the real-time sound
synthesis API clutter free. The sound synthesis is always ephemeral, so does not need to know anything
about the underlying system. What the process transaction provides is a package private
addMessage method for staging OSC messages which are flushed at the end of a successful transaction.
- Alphabetic
- By Inheritance
- RT
- TxnLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
-  abstract def addMessage(resource: Resource, m: Message with Send, dependencies: Seq[Resource] = Nil): Unit
-   abstract  def afterCommit(code: => Unit): UnitRegisters a thunk to be executed after the transaction successfully committed. Registers a thunk to be executed after the transaction successfully committed. - Definition Classes
- TxnLike
 
-   abstract  def peer: InTxnEvery transaction has a plain Scala-STM transaction as a peer. Every transaction has a plain Scala-STM transaction as a peer. This comes handy for setting up custom things like TxnLocal,TMap, or calling into the hooks ofconcurrent.stm.Txn. It is also needed when re-wrapping the transaction of one system into another.- Definition Classes
- TxnLike
 
-   abstract  def systemTimeNanoSec: LongOr zero if not scheduled. 
Concrete Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated