$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andrea Murru (andrea.murru_at_[hidden])
Date: 2006-11-27 12:36:54
Hi!
I have started some experiment with boost.test library, and I found it
very flexible and quite simple to use.
My question is very simple: what are guaranties about multithreading ?
Can I call BOOST_CHECK from different threads ? Can I check predicates
that internally call synchronization functions (i.e.
waitformultipleobjects) ?
Thank a lot for any suggestion.
Andrea