Extract threading code into a new library.

Note that the workqueue code does *not* go here: it is logically at
a higher level, since it needs to use libevent and the networking
stack.
This commit is contained in:
Nick Mathewson
2018-06-28 09:14:42 -04:00
parent 544ab27a94
commit 9cf335c9a5
15 changed files with 55 additions and 23 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include "orconfig.h"
#include "common/compat.h"
#include "common/compat_libevent.h"
#include "common/compat_threads.h"
#include "lib/thread/threads.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "common/util.h"
#include "common/workqueue.h"