CanAwait
scala.concurrent.CanAwait
This marker trait is used by Await to ensure that Awaitable.ready and Awaitable.result are not directly called by user code. An implicit instance of this trait is only available when user code is currently calling the methods on Await.
Attributes
- Source
- package.scala
- Graph
-
- Supertypes
In this article