Return an opaque handle that refers to the current thread.
Synopsis
Declared in <bslmt_threadutil.h>
static
ThreadUtil::Handle
self();
Description
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).
Return Value
opaque handle that refers to the current thread
Created with MrDocs