Method Concurrent.Future()->zip()
- Method zip
this_programzip(this_program...others)- Returns
A Future that will be fulfilled with an array of the fulfilled result of this object followed by the fulfilled results of
others.- See also
this_program zip(this_program ... others)
A Future that will be fulfilled with an
array of the fulfilled result of this object followed
by the fulfilled results of others.