monix.execution

misc

package misc

Visibility
  1. Public
  2. All

Type Members

  1. final class AsyncQueue[T] extends Serializable

    And asynchronous queue implementation.

  2. final class AsyncSemaphore extends Serializable

    The AsyncSemaphore is an asynchronous semaphore implementation that limits the parallelism on Future execution.

  3. trait HygieneUtilMacros extends AnyRef

    Utilities for macro-hygiene.

  4. trait InlineMacros extends AnyRef

  5. final class ThreadLocal[A] extends AnyRef

    Cross-platform equivalent for java.lang.ThreadLocal, for specifying thread-local variables.

Value Members

  1. object AsyncQueue extends Serializable

  2. object AsyncSemaphore extends Serializable

  3. object ThreadLocal

Ungrouped