akka.http

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. final class FastFuture[A] extends AnyVal

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

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

Value Members

  1. object FastFuture

Ungrouped