AvailLazyFuture

fun <T> AvailLazyFuture(    runtime: AvailRuntime,     priority: Int = compilerPriority,     computation: ((T) -> Unit) -> Unit)

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