This returns true if the current platform supports setting the name of threads other than the one currently executing.
Synopsis
Declared in <folly/system/ThreadName.h>
bool
canSetOtherThreadName();
Return Value
True if setting other threads' names is supported.
Created with MrDocs