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