This returns true if the current platform supports setting the name of the current thread.
Synopsis
Declared in <folly/system/ThreadName.h>
bool
canSetCurrentThreadName();
Return Value
True if setting the current thread's name is supported.
Created with MrDocs