$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: developir (developir_at_[hidden])
Date: 2002-01-10 13:11:26
Why doesn't Boost have a funtion "thread::join(timeout_value)" as most
popular commercial thread libraries do? It is not conceptually
different than having a timeout for mutex acquisition which Boost
already supports.