$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Thread] thread started after constructor
From: gast128 (gast128_at_[hidden])
Date: 2011-10-20 11:09:41
...sorry stupid question. Even if it is started it doesn't guarantee that next
instruction in thread function is executed. One always need a form of
synchronization for guarantees.