$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [thread] Getting the current thread object
From: Postal Peon (postalpeon_at_[hidden])
Date: 2010-05-19 18:02:23
Is there a call to get the current running thread object? (e.g.
boost::this_thread::instance()). I think some older boost release had the
ability to get the current thread via the default constructor (prior to
1.34).
Arnold