AnyRef.G.Companion.Promise

class Promise[A]
class java.lang.Object
trait scala.Matchable
class Any

Def

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