CScheduler class for lightweight task scheduling

Simple class to manage a task queue that is serviced by one or
more threads.
This commit is contained in:
Gavin Andresen
2015-04-02 10:33:45 -04:00
parent e656560edb
commit 928b950e3b
3 changed files with 174 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ BITCOIN_CORE_H = \
rpcclient.h \
rpcprotocol.h \
rpcserver.h \
scheduler.h \
script/interpreter.h \
script/script_error.h \
script/script.h \
@@ -257,6 +258,7 @@ libbitcoin_common_a_SOURCES = \
netbase.cpp \
protocol.cpp \
pubkey.cpp \
scheduler.cpp \
script/interpreter.cpp \
script/script.cpp \
script/sign.cpp \