diff options
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}} |
