#include <context.h>
Public Member Functions | |
ThreadContextFor (const ThreadContextFor &)=delete | |
ThreadContextFor & | operator= (const ThreadContextFor &)=delete |
constexpr auto & | native () |
Declares a ThreadContext
that is associated with a specific set of thread attributes. The ThreadContext
may be reused if the associated thread is joined, but all threads use the same ThreadAttrs
.