You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from <spanclass='object_link'><ahref="Promises/FactoryMethods.html#zip_futures_over-class_method" title="Concurrent::Promises::FactoryMethods#zip_futures_over (method)">FactoryMethods</a></span>
981
+
</span>
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
991
+
<spanclass="summary_desc"><divclass='inline'><p>Shortcut of <spanclass='object_link'><ahref="Promises/FactoryMethods.html#zip_futures_over_on-instance_method" title="Concurrent::Promises::FactoryMethods#zip_futures_over_on (method)">FactoryMethods#zip_futures_over_on</a></span> with default <code>:io</code> executor supplied.</p>
from <spanclass='object_link'><ahref="Promises/FactoryMethods.html#zip_futures_over_on-class_method" title="Concurrent::Promises::FactoryMethods#zip_futures_over_on (method)">FactoryMethods</a></span>
1009
+
</span>
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
<spanclass="summary_desc"><divclass='inline'><p>Creates new future which is resolved after all the futures created by future_factory from enumerable elements are resolved.</p>
<divclass='inline'><p><strong>Edge Features</strong> are under active development and may change frequently.</p>
3098
+
3099
+
<ul>
3100
+
<li> Deprecations are not added before incompatible changes.</li>
3101
+
<li> Edge version: <em>major</em> is always 0, <em>minor</em> bump means incompatible change,
3102
+
<em>patch</em> bump means compatible change.</li>
3103
+
<li> Edge features may also lack tests and documentation.</li>
3104
+
<li> Features developed in <code>concurrent-ruby-edge</code> are expected to move
3105
+
to <code>concurrent-ruby</code> when finalised.</li>
3106
+
</ul>
3107
+
</div>
3108
+
</div>
3109
+
3110
+
<p>Shortcut of <spanclass='object_link'><ahref="Promises/FactoryMethods.html#zip_futures_over_on-instance_method" title="Concurrent::Promises::FactoryMethods#zip_futures_over_on (method)">#zip_futures_over_on</a></span> with default <code>:io</code> executor supplied.</p>
<divclass='inline'><p>Instance of an executor or a name of the
3204
+
global executor. Default executor propagates to chained futures unless overridden with
3205
+
executor parameter or changed with <spanclass='object_link'><ahref="Promises/AbstractEventFuture.html#with_default_executor-instance_method" title="Concurrent::Promises::AbstractEventFuture#with_default_executor (method)">AbstractEventFuture#with_default_executor</a></span>.</p>
3206
+
</div>
3207
+
3208
+
</li>
3209
+
3210
+
<li>
3211
+
3212
+
<spanclass='name'>enumerable</span>
3213
+
3214
+
3215
+
<spanclass='type'>(<tt>Enumerable</tt>)</span>
3216
+
3217
+
3218
+
3219
+
</li>
3220
+
3221
+
</ul>
3222
+
3223
+
<pclass="tag_title">Yields:</p>
3224
+
<ulclass="yield">
3225
+
3226
+
<li>
3227
+
3228
+
3229
+
<spanclass='type'></span>
3230
+
3231
+
3232
+
3233
+
3234
+
<divclass='inline'><p>a task to be executed in future</p>
0 commit comments