Ref.Promise

class Promise[A]
class Object
trait Matchable
class Any

Def

def apply[A](calc: => A)(using e: ExecutionContext): Promise[A]
def ready[A](v: A | Problem): Promise[A]