Our sideboard.lib.threads utility classes spin up threads with extremely generic names such as call-1. These thread names show up in log statements sometimes, so tt would be better if there was an option to specify a more meaningful name, and possibly also nice if the default name drew on the name of the function being executed.
Our
sideboard.lib.threads
utility classes spin up threads with extremely generic names such ascall-1
. These thread names show up in log statements sometimes, so tt would be better if there was an option to specify a more meaningful name, and possibly also nice if the default name drew on the name of the function being executed.