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.

Source:
package.scala
class Object
trait Matchable
class Any