CanAwait

scala.concurrent.CanAwait
sealed trait 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
class Object
trait Matchable
class Any
In this article