Converts the callback function into wrapped function which returns an async-iterable.
The type of the value returned from the callback.
The callback function to wrap as an async-iterable.
Rest
A function when invoked, returns an async-iterable from the callback.
Generated using TypeDoc
Converts the callback function into wrapped function which returns an async-iterable.