AvailLazyFuture

constructor(runtime: AvailRuntime, priority: Int = compilerPriority, computation: ((T) -> Unit) -> Unit)

Create an AvailLazyFuture which runs the computation, once, if requested.