monix

async

package async

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Callback[-T] extends AnyRef

    Represents a callback that should be called asynchronously with the result of a computation.

  2. sealed abstract class Task[+A] extends AnyRef

    Task represents a specification for an asynchronous computation, which when executed will produce an A as a result, along with possible side-effects.

Value Members

  1. object Callback

  2. object Task

Ungrouped