$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost[thread] in win32 we have API like WaitForMultipleObjects.How can we implement the same using boost thread
From: Igor R (boost.lists_at_[hidden])
Date: 2009-01-13 11:03:13
> i need the APIs like
> WaitForSingleObject and WaitForMultipleObject given by win32.so is there any
> API in boost ::thread library so that it can work like that.
See thread::join(), and boost::conditional_variable class.