19 Jun
2002
19 Jun
'02
7 p.m.
--- In Boost-Users@y..., Tobias McNulty
Is getting/setting thread priority implemented in boost threads? I didn't see any mention of it on the web site, other than the behavior of mutexes under Priority Driven scheduling.
Not yet. This will exist in the next major revision, though it's not a totally portable concept. Even under POSIX this is an optional portion of the library. The next major revision of Boost.Threads will handle this in much the same way that POSIX does because of this. Bill Kempf