autodoc.git
/
traditional_manual
/
chapter_21.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional_manual/chapter_21.html:16032:
</dd> <dt class='head--doc'>Note</dt> <dd class='body--doc'><p>After this function has been called, several functions may no longer be called. These include <code>depend()</code>, <code>fold()</code>, <code>first_completed()</code>, <code>max_failures()</code>, <code>min_failures()</code>, <code>any_results()</code>.</p> </dd></dl> </dd></dl><dl><dt><h2 class='header'>Class <b class='ms datatype'>Concurrent.Future</b></h2> </dt><dd><dl class='group--doc'> <dt class='head--doc'>Description</dt>
-
<dd class='body--doc'><p>Value that will be provided asynchronously
-
sometime in the future.</p>
+
<dd class='body--doc'><p>Value that will be provided asynchronously sometime in the
+
future.
A Future object is typically produced from a
<
code>Promise<
/
code>
+
object by calling its <code>future()</code> method.</
p>
</dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>Promise</code></p> </dd></dl> <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span> <span class='homogen--name'><b>apply</b></span> </dt>