upromised.operations

Undocumented in source.

Members

Functions

readAll
Promise!(T[]) readAll(PromiseIterator!T input)
Undocumented in source. Be warned that the author may not have intended to support it.
readAllChunks
Promise!(T[]) readAllChunks(PromiseIterator!(T[]) input)
Undocumented in source. Be warned that the author may not have intended to support it.
toAsync
PromiseIterator!(typeof(T.init.front)) toAsync(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
toAsyncChunks
PromiseIterator!(T[]) toAsyncChunks(T[] input, size_t chunkLength)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta