Opened 8 years ago

Closed 8 years ago

#11048 closed Feature Requests (fixed)

Add a serial_executor based on continuations

Reported by: viboes Owned by: viboes
Milestone: Boost 1.58.0 Component: thread
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

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.

Change History (4)

comment:1 by viboes, 8 years ago

Summary: Ass a serial_executor based on continuationsAdd a serial_executor based on continuations

comment:2 by viboes, 8 years ago

Milestone: To Be DeterminedBoost 1.58.0

comment:3 by viboes, 8 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:4 by viboes, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.