A series of values supplied either synchronously or asynchronously, so that consumers iterate it uniformly with
for await without forcing every provider to be asynchronous.
Type Parameters
T = unknown
The type of the supplied values, defaults to any value
A possibly asynchronous sequence of values.
A series of values supplied either synchronously or asynchronously, so that consumers iterate it uniformly with
for awaitwithout forcing every provider to be asynchronous.