2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-17 13:42:21 +00:00

initialize duration with zero

This commit is contained in:
Oliver Kowalke
2015-09-05 13:49:29 +02:00
parent 2e26806bb3
commit f8c97ffa16
31 changed files with 638 additions and 571 deletions

View File

@@ -33,6 +33,9 @@
required to model a <a class="link" href="stack.html#stack_allocator_concept"><span class="emphasis"><em>stack-allocator
concept</em></span></a>.
</p>
<p>
A <span class="emphasis"><em>stack_allocator</em></span> can be passed to <a class="link" href="fiber_mgmt/fiber.html#fiber_fiber"><code class="computeroutput"><span class="identifier">fiber</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">()</span></code></a> or to <a class="link" href="synchronization/futures/future.html#fibers_async"> <code class="computeroutput">fibers::async()</code></a>.
</p>
<a name="stack_allocator_concept"></a><h4>
<a name="fiber.stack.h0"></a>
<span><a name="fiber.stack._link_linkend__stack_allocator_concept___emphasis_stack_allocator_concept__emphasis___link_"></a></span><a class="link" href="stack.html#fiber.stack._link_linkend__stack_allocator_concept___emphasis_stack_allocator_concept__emphasis___link_"><a class="link" href="stack.html#stack_allocator_concept"><span class="emphasis"><em>stack-allocator concept</em></span></a></a>