diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-22 21:16:23 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-22 21:16:23 -0700 |
| commit | beca672e36109bf8f49c260257882fc3e9cea034 (patch) | |
| tree | c8b10b75a6173090fdf1a2d0ab1f34595abe5995 /docs/ref/api/thread.md | |
| parent | 97e113a7027afa9b9c11580d02772b5096c6c5a4 (diff) | |
| download | nng-beca672e36109bf8f49c260257882fc3e9cea034.tar.gz nng-beca672e36109bf8f49c260257882fc3e9cea034.tar.bz2 nng-beca672e36109bf8f49c260257882fc3e9cea034.zip | |
docs: master cross-reference table
Diffstat (limited to 'docs/ref/api/thread.md')
| -rw-r--r-- | docs/ref/api/thread.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/api/thread.md b/docs/ref/api/thread.md index 7d1b2f65..3286f71a 100644 --- a/docs/ref/api/thread.md +++ b/docs/ref/api/thread.md @@ -24,7 +24,7 @@ applications. > The system may impose limits on the number of threads that can be created. > Typically applications should not create more than a dozen of these. > If greater concurrency or scalability is needed, consider instead using -> an asynchronous model using [`nng_aio`][aio] structures. +> an asynchronous model using [`nng_aio`] structures. ## Thread Structure @@ -84,5 +84,4 @@ in debuggers. Not all platforms support setting the thread name. [Synchronization][synchronization], [Asynchronous Operations][aio] -[synchronization]: ../api/synch.md -[aio]: TODO.md +{{#include ../xref.md}} |
