scalus.utils
package scalus.utils
Members list
Type members
Classlikes
This object was generated by sbt-buildinfo.
This object was generated by sbt-buildinfo.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
BuildInfo.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Extensions
Extensions
extension [T](future: Future[T])
Extension method to block and await the result of a Future.
Extension method to block and await the result of a Future.
Value parameters
- timeout
-
maximum duration to wait (default: infinite)
Attributes
- Returns
-
the result of the Future
- Throws
-
Exception
if the Future fails
java.util.concurrent.TimeoutExceptionif the timeout is exceeded
In this article