$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Thomasson (cristom_at_[hidden])
Date: 2006-12-09 21:49:35
Ultimate condvar solution:
http://groups.google.com/group/comp.programming.threads/browse_frm/thread/de83c4ebcdcc07e5/
I created one of the fastest condvar implementation for windows out there.
Beats Vistas stuff, and devastates pthread-win32.
Everything is fast-pathed to the max. It has atomic operations free
fast-pathing on all fronts.