aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_thread_set_name.3supp.adoc
Commit message (Collapse)AuthorAge
* Convert thread documentation to mdbook. Also conslidate this man page.Garrett D'Amore2024-10-11
|
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
| | | | This also deprecates supplemental/util/platform.h.
* 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.