ThreadPool

Evaluates the intent in an unbounded CachedThreadPool
executor. For a production environment with known
memory constraints, it is better to extend
DeferralExecutor with DeferredIntent and supply
a configured MemoryAwareThreadPoolExecutor.
Companion
object
trait Deferral
class Object
trait Matchable
class Any
class Planned

Value members

Fields

val underlying: ExecutorService

Inherited methods

def shutdown(): Unit
Inhertied from
DeferralExecutor
def executeResponse(thunk: => Unit): Unit
Inhertied from
DeferredIntent
def executeIntent(thunk: => Unit): Unit
Inhertied from
DeferredIntent
def defer(f: => Unit): Unit
Inhertied from
DeferralExecutor