J Evans

Results 1 issues of J Evans

**DESCRIPTION:** The default `AsyncExecutor` on offer in slick requires you use a `java.util.concurrent.ThreadPoolExecutor` as the [underlying executor](https://github.com/slick/slick/blob/v3.3.2/slick/src/main/scala/slick/util/AsyncExecutor.scala#L110) for running db actions. This could be programmable. It would be nice to...