ExecutionContexts
mill.exec.ExecutionContexts
object ExecutionContexts
Attributes
- Source
- ExecutionContexts.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ExecutionContexts.type
Members list
Type members
Classlikes
Execution context that runs code immediately when scheduled, without spawning a separate thread or thread-pool. Used to turn parallel-async Future code into nice single-threaded code without needing to rewrite it
Execution context that runs code immediately when scheduled, without spawning a separate thread or thread-pool. Used to turn parallel-async Future code into nice single-threaded code without needing to rewrite it
Attributes
- Source
- ExecutionContexts.scala
- Supertypes
- Self type
-
RunNow.type
class ThreadPool(executor: ThreadPoolExecutor) extends Impl
A simple thread-pool-based ExecutionContext with configurable thread count and AutoCloseable support
A simple thread-pool-based ExecutionContext with configurable thread count and AutoCloseable support
Attributes
- Source
- ExecutionContexts.scala
- Supertypes
Value members
Concrete methods
Attributes
- Source
- ExecutionContexts.scala
In this article