$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: William E. Kempf (wekempf_at_[hidden])
Date: 2002-11-05 09:45:36
boxerab said:
> Dear Boost Users,
> I am considering using the boost thread library;
> currently I use the Win32 API for threading on Windows.
>
> Is it possible to set the thread priority of a boost thread?
>
> Thanks!
Not currently. This is one of the more tricky things to deal with, since
it's non-portable, but it's planned for the (hopefully near) future.
-- William E. Kempf