slick.util.AsyncExecutor
See theAsyncExecutor companion object 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.
Attributes Companion: object Source: AsyncExecutor.scala Graph Reset zoom Hide graph Show graph
Supertypes trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Members list Concise view
Value members
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.
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.
Attributes Source: AsyncExecutor.scala
An ExecutionContext for running Futures.