Compose async functions together, such that result is piped forward.
Rest
async functions (f, g)
(f ▷ g), or g(f(x))
Generated using TypeDoc
Compose async functions together, such that result is piped forward.