Shut the thread pool down and try to stop running computations.
Shut the thread pool down and try to stop running computations. The thread pool is transitioned into a state where it will not accept any new jobs.
An ExecutionContext for running Futures.
(asyncExecutor: StringAdd).self
(asyncExecutor: StringFormat).self
(asyncExecutor: ArrowAssoc[AsyncExecutor]).x
(Since version 2.10.0) Use leftOfArrow
instead
(asyncExecutor: Ensuring[AsyncExecutor]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A connection pool for asynchronous execution of blocking I/O actions. This is used for the asynchronous query execution API on top of blocking back-ends like JDBC.