Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class FastFuture[A] extends AnyVal

    Provides alternative implementations of the basic transformation operations defined on scala.concurrent.Future, which try to avoid scheduling to an scala.concurrent.ExecutionContext if possible, i.e.

    Provides alternative implementations of the basic transformation operations defined on scala.concurrent.Future, which try to avoid scheduling to an scala.concurrent.ExecutionContext if possible, i.e. if the given future value is already present.

Value Members

  1. object FastFuture

Ungrouped