Package

com.sksamuel.exts

concurrent

Permalink

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. class BlockingThreadPoolExecutor extends ThreadPoolExecutor with AutoCloseable

    Permalink

    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. trait Lifecycle extends AnyRef

    Permalink

Ungrouped