--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Await and return the result (of type T) of this Awaitable.
This method should not be called directly; use Await.result instead.
You could block using scala.concurrente.Await.
I answered your question?