package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- object FastFuture