LazySuccessCachedFuture

class LazySuccessCachedFuture[A](f: => Future[A])(using spawner: ActorRef[Command], scheduler: Scheduler, ec: ExecutionContext)
class Object
trait Matchable
class Any

Value members

Concrete methods

def future(timeout: Timeout): Future[A]