summaryrefslogtreecommitdiff
path: root/docs/man/nng_thread_set_name.3supp.adoc
Commit message (Collapse)AuthorAge
* fix typo in nng_thread_set_name docPaulo Henrique Silva2023-08-27
| | | | function name was wrong in the code snippet.
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
This also exposes an nng_thread_set_name() function for applications to use. All NNG thread names start with "nng:". Note that support is highly dependent on the operating system.