Return an opaque thread identifier that can be used to refer to the current thread in calls to other ThreadUtil methods. Note that identifier may only be used to refer to the current thread from the current thread (the handle returned is not valid in other threads).
Synopsis
Declared in <bslmt_threadutil.h>
static
ThreadUtil::Handle
self();
Created with MrDocs