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
@@ -4,7 +4,7 @@
/* See LICENSE for licensing information */
#include "or/or.h"
#include "common/compat_threads.h"
#include "lib/thread/threads.h"
#include "or/onion.h"
#include "common/workqueue.h"
#include "lib/crypt_ops/crypto_curve25519.h"