missionary.core/via-call
Usage
(via-call executor thunk)
JVM only.
An operator returning a task evaluating thunk
, a zero-argument function, via a java.util.concurrent.Executor
. via-call
process completes with the evaluation result, or crashes if an exception is thrown. Cancelling via-call
process interrupts evaluating thread.
Synchronicity
via-call
completion is not synchronous withvia-call
spawn