Set the threadName attribute of this object to the specified value. Return a non-const reference to this object (see also {Fluent Interface}).
Declared in <bslmt_threadattributes.h>
ThreadAttributes&
setThreadName(bslstl::StringRef const& value);
a non-const reference to this object
| Name | Description |
|---|---|
| value | name assigned to created threads |