t

play.api.test

FutureAwaits

trait FutureAwaits extends AnyRef

Self Type
FutureAwaits with DefaultAwaitTimeout
Source
Helpers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FutureAwaits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def await[T](future: Future[T], timeout: Long, unit: TimeUnit): T

    Block until a Promise is redeemed with the specified timeout.

  2. def await[T](future: Future[T])(implicit timeout: Timeout): T

    Block until a Promise is redeemed.