package concurrent
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
BlockingThreadPoolExecutor extends ThreadPoolExecutor with AutoCloseable
Creates an ExecutionService which will block on submit once the specified queue size has been reached.
Creates an ExecutionService which will block on submit once the specified queue size has been reached. The submitting thread will be unblocked once a task that is executing has completed.
- class Cancellable[T] extends AnyRef
- trait Lifecycle extends AnyRef
- trait Locks extends AnyRef
- trait Semaphores extends AnyRef
- class Throttler extends Logging
Value Members
- object Cancellable
- object ExecutionContextImplicits
- object ExecutorImplicits
- object Futures
- object Lifecycle
- object ThreadImplicits