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