Creates an observable from an asynchronous function. The observable emits exactly one value when once the function returns.
Type of the promise value.
Async function that will be awaited.
New observable that emits the value the async function returns.
Generated using TypeDoc
Creates an observable from an asynchronous function. The observable emits exactly one value when once the function returns.