monix.execution

misc

package misc

Visibility
  1. Public
  2. All

Type Members

  1. final class AsyncQueue[A] 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. final class AsyncVar[A] extends AnyRef

    Asynchronous mutable location, that is either empty or contains a value of type A.

  4. trait HygieneUtilMacros extends AnyRef

    Utilities for macro-hygiene.

  5. trait InlineMacros extends AnyRef

  6. 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 AsyncVar

  4. object NonFatal

    Extractor of non-fatal Throwable instances.

  5. object ThreadLocal

Ungrouped