
27 Nov
2006
27 Nov
'06
5:36 p.m.
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