Package

almond.interpreter

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. final class Cancellable[A, B] extends AnyRef

    Permalink

    Handles cancellation of prior running requests, in case a new one is incoming.

    Handles cancellation of prior running requests, in case a new one is incoming.

    This only applies if asyncOpt returns non-empty results, meaning B is asynchronously calculated, and that this calculation can be stopped. If a new request arrives, CancellableFuture.cancel is called on previous requests that are still running.

  2. final case class CancellableFuture[+T](future: Future[T], cancel: () ⇒ Unit) extends Product with Serializable

    Permalink
  3. final class DisplayDataOps extends AnyVal

    Permalink

Value Members

  1. object BetterPrinter

    Permalink
  2. object DisplayDataOps

    Permalink

Ungrouped