CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace catapult {
namespace thread {
class IoThreadPool; } }
27 namespace catapult {
namespace tools {
31 template<
typename TAction,
typename TFuture>
#define CATAPULT_LOG(SEV)
Writes a log entry to the default logger with SEV severity.
Definition: Logging.h:340
def warning(*args)
Definition: colorPrint.py:10
std::unique_ptr< IoThreadPool > CreateIoThreadPool(size_t numWorkerThreads, const char *name)
Definition: IoThreadPool.cpp:146
std::function< void()> action
An action function.
Definition: functions.h:27
#define UNHANDLED_EXCEPTION_MESSAGE(ACTION)
Outputs a message for an unhandled exception that occurred during ACTION.
Definition: ExceptionLogging.h:30
Definition: AddressExtractionExtension.cpp:28