diff options
Diffstat (limited to 'src/lib/thread')
-rw-r--r-- | src/lib/thread/lib_thread.dox | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/thread/lib_thread.dox b/src/lib/thread/lib_thread.dox index b1e24d824c..2773aa009d 100644 --- a/src/lib/thread/lib_thread.dox +++ b/src/lib/thread/lib_thread.dox @@ -1,4 +1,9 @@ /** @dir /lib/thread -@brief lib/thread +@brief lib/thread: Mid-level threading. + +This module contains compatibility and convenience code for multithreading, +except for low-level locks (which are in \refdir{lib/lock} and +workqueue/threadpool code (which belongs in \refdir{lib/evloop}.) + **/ |