autodoc.git
/
traditional.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional.xml:99108:
with the failed result followed by <ref resolved='predef::Concurrent.Future.transform_with.extra'>extra</ref>.</p> <p> <ref resolved='predef::Concurrent.Future.transform_with.failure'>failure</ref> defaults to <ref resolved='predef::Concurrent.Future.transform_with.success'>success</ref>.</p> </text><group><note/><text><p>This method is used if your callbacks returns a <ref resolved='predef::Concurrent.Future'>Future</ref> again.</p> </text></group><group><seealso/><text><p><ref resolved='predef::Concurrent.Future.transform'>transform()</ref>, <ref resolved='predef::Concurrent.Future.map_with'>map_with()</ref>, <ref resolved='predef::Concurrent.Future.recover_with'>recover_with</ref></p> </text></group></doc> <method name='transform_with'> <arguments><argument name='success'><type><function><argtype><mixed/></argtype><argtype><varargs><mixed/></varargs></argtype><returntype><object resolved='predef::Concurrent.Future'>this_program</object></returntype></function></type></argument><argument name='failure'><type><or><function><argtype><mixed/></argtype><argtype><varargs><mixed/></varargs></argtype><returntype><object resolved='predef::Concurrent.Future'>this_program</object></returntype></function><void/></or></type></argument><argument name='extra'><type><varargs><mixed/></varargs></type></argument></arguments> <returntype><object resolved='predef::Concurrent.Future'>this_program</object></returntype> </method> </docgroup>
-
<docgroup homogen-name='zip' homogen-type='method'><doc><group><returns/><text><p>A <ref resolved='predef::Concurrent.Future'>Future</ref> that will be fulfilled with an
+
<docgroup homogen-name='zip' homogen-type='method'><doc><group><
param name='others'/><text><p>The other futures (results) you want to append.</p>
+
</text></group><group><
returns/><text><p>A
new
<ref resolved='predef::Concurrent.Future'>Future</ref> that will be fulfilled with an
array of the fulfilled result of this object followed
-
by the fulfilled results of
<ref
resolved='predef::Concurrent
.
Future.zip.others'>others
</
ref>.</
p>
+
by the fulfilled results of
other
futures
.</p>
</text></group><group><seealso/><text><p><ref resolved='predef::Concurrent.results'>results()</ref></p> </text></group></doc> <method name='zip'>
-
+
<arguments><argument name='others'><type><array><valuetype><object resolved='predef::Concurrent.Future'>this_program</object></valuetype></array></type></argument></arguments>
+
<returntype><object resolved='predef::Concurrent.Future'>this_program</object></returntype>
+
</method>
+
<method name='zip'><modifiers><local/><variant/></modifiers>
<arguments><argument name='others'><type><varargs><object resolved='predef::Concurrent.Future'>this_program</object></varargs></type></argument></arguments> <returntype><object resolved='predef::Concurrent.Future'>this_program</object></returntype> </method> </docgroup> </class> <class name='Promise'> <doc><text><p>Promise to provide a <ref resolved='predef::Concurrent.Future'>Future</ref> value.</p> <p> Objects of this class are typically kept internal to the code that provides the <ref resolved='predef::Concurrent.Future'>Future</ref> value. The only thing that is directly returned to the user is the return