Avail Lazy Future
constructor(runtime: AvailRuntime, priority: Int = compilerPriority, computation: ((T) -> Unit) -> Unit)
Create an AvailLazyFuture which runs the computation, once, if requested.
Create an AvailLazyFuture which runs the computation, once, if requested.