Await

object Await

Stub needed because Scala Native's Await is not useful.

Note that this isn't a proper Await implementation, just something very simple for compilation to work and to pass the current tests.

class Object
trait Matchable
class Any
Await.type

Value members

Concrete methods

def result[A](future: Future[A], duration: Duration): A