SynchronousExecution

Evaluates the intent and its response function on
an I/O worker thread. This is only appropriate if the
intent is fully CPU-bound. If any thread-blocking
I/O is required, use deferred execution.
class Object
trait Matchable
class Any

Value members

Methods

def executeIntent(thunk: => Unit): Unit
def executeResponse(thunk: => Unit): Unit
def shutdown(): Unit