FutureAwait

org.specs2.concurrent.FutureAwait
See theFutureAwait companion trait
object FutureAwait extends FutureAwait

Attributes

Companion
trait
Graph
Supertypes
trait FutureAwait
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Inherited extensions

extension [T](f: => Future[T])(using ee: ExecutionEnv)
def await(retries: Int, timeout: FiniteDuration): Either[TimeoutFailure, T]

Attributes

Inherited from:
FutureAwait
def await: Either[TimeoutFailure, T]

Attributes

Inherited from:
FutureAwait
def awaitFor(timeout: FiniteDuration): Either[TimeoutFailure, T]

Attributes

Inherited from:
FutureAwait
def retry(retries: Int): Either[TimeoutFailure, T]

Attributes

Inherited from:
FutureAwait