/FSharp.Control.AsyncLazy

A Promise implementation for F#

Primary LanguageF#

An async implementation of Lazy.

AsyncLazy guarantees that your (async) creator function is only called once, however many times you Force its value.