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.
Default execution-context used for scheduling and spawning functions.
Default execution-context used for scheduling and spawning functions.
It uses the scheduledExecutorService
.
Registers all known types.
Returns the size of the thread pool used in atomic
,
where None
indicates that a single-threaded context is used
(default).
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
of atomic
or on a node's onEnd
. Therefore this method
should only be used during application startup.
A Some
value specifies the number of concurrent threads,
a None
value is equivalent to a single-threaded context.
Same as lucre.synth.impl.NodeImpl.pool
.