$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Thread_group semantics
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2014-01-13 02:01:01
On 9/01/2014 23:40, Quoth Kenneth Adam Miller:
> When a thread_group is assigned a task using post, does that task get
> executed sequentially? Is there a list, so that, when too many posts are
> added to it, it keeps track of them?
Can you rephrase the question? boost::thread_group does not have a post
method.