object SoundProcesses
- Alphabetic
- By Inheritance
- SoundProcesses
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
atomic[S <: Sys[S], A](fun: (SoundProcesses.atomic.S.Tx) ⇒ A)(implicit cursor: Cursor[S]): Future[A]
Spawns a transactional function on the default
executionContext.Spawns a transactional function on the default
executionContext. Throws an exception if this method is called within a transaction. -
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
lazy val
executionContext: ExecutionContext
Default execution-context used for scheduling and spawning functions.
Default execution-context used for scheduling and spawning functions. It uses the
scheduledExecutorService. -
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(): Unit
Registers all known types.
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
poolSize: Option[Int]
Returns the size of the thread pool used in
atomic, whereNoneindicates that a single-threaded context is used (default). -
def
poolSize_=(value: Option[Int]): Unit
Sets the size of the thread pool used in
atomic.Sets the size of the thread pool used in
atomic. Note that this is only effective until the moment that pool has been used for the first time (e.g. by invocation ofatomicor on a node'sonEnd. Therefore this method should only be used during application startup.A
Somevalue specifies the number of concurrent threads, aNonevalue is equivalent to a single-threaded context. -
def
scheduledExecutorService: ScheduledExecutorService
Same as
lucre.synth.impl.NodeImpl.pool. -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )