[Boost-bugs] [Boost C++ Libraries] #11048: Ass a serial_executor based on continuations

Subject: [Boost-bugs] [Boost C++ Libraries] #11048: Ass a serial_executor based on continuations
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-02-19 08:21:15


#11048: Ass a serial_executor based on continuations
------------------------------+----------------------
 Reporter: viboes | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------
 The current serial_executor uses its own queue and thread. This could be
 see as expensive for the user.

 Using continuations avoid the use of the thread and the queue. The task
 will be submitted as continuation of the last submitted task.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11048>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC