$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Thread_group semantics
From: Kenneth Adam Miller (kennethadammiller_at_[hidden])
Date: 2014-01-09 05:40:05
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?