blob: 2773aa009d55a464e4e1d927f7864a43ab916906 (
plain)
1
2
3
4
5
6
7
8
9
|
/**
@dir /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}.)
**/
|