Boost C++ Libraries: Ticket #10162: ASIO's spawn should accept a stack allocator parameter https://svn.boost.org/trac10/ticket/10162 <p> It is possible to pass coroutine attributes to "spawn", but not stack allocators. </p> <p> Stack allocators are for the moment the only way to have valgrind-aware stacks. Without it, it is nearly impossible to use valgrind as soon as you have a coroutine. So it is quite critical. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10162 Trac 1.4.3 olli Fri, 07 Jul 2017 09:46:42 GMT <link>https://svn.boost.org/trac10/ticket/10162#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10162#comment:1</guid> <description> <p> This is possible with boost.coroutine2 - if boost.asio accepts pull-request <a class="ext-link" href="https://github.com/boostorg/asio/pull/52"><span class="icon">​</span>https://github.com/boostorg/asio/pull/52</a> you can pass stack allocators. </p> </description> <category>Ticket</category> </item> </channel> </rss>