Packages

p

com.sksamuel.exts

concurrent

package concurrent

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. class Cancellable[T] extends AnyRef
  3. trait Lifecycle extends AnyRef
  4. trait Locks extends AnyRef
  5. trait Semaphores extends AnyRef
  6. class Throttler extends Logging

Ungrouped