Learn R Programming

async (version 0.3.2)

combine: Combine several channels into one.

Description

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.

Usage

combine(...)

Value

a channel object.

Arguments

...

Each argument should be a promise or a channel.

Author

Peter Meilstrup