combine {async} | R Documentation |
combine(...)
takes any number of promise or channel
objects. It awaits each one, and returns a channel object
which re-emits every value from its targets, in whatever
order they are received.
combine(...)
... |
a channel object.
Peter Meilstrup