Packages

object AsyncSemaphore extends Serializable

Source
AsyncSemaphore.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncSemaphore
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(provisioned: Long, ps: PaddingStrategy = NoPadding): AsyncSemaphore

    Builder for AsyncSemaphore.

    Builder for AsyncSemaphore.

    provisioned

    is the number of permits initially available

    ps

    is an optional padding strategy for avoiding the "false sharing problem", a common JVM effect when multiple threads read and write in shared variables