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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user