$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: dick.bridges_at_[hidden]
Date: 2003-06-04 17:02:24
I need to spawn worker threads that simply perform a task and exit. All
the examples I can find seem to use join() to cleanup the thread resources
from another thread. Isn't there some way to declare worker threads so
that they "do the right thing" as they exit the thread function?
TIA