Returns the contained value if Some, otherwise returns the provided value
'a -> Async<'a option> -> Async<'a>Returns the contained value if Some, otherwise evaluates the given function and returns the result.
(unit -> 'a) -> Async<'a option> -> Async<'a>Wraps the provided value in an Async
'a -> Async<'a option>