Multithreaded server #273
Annotations
4 errors and 3 warnings
linux-llvm-cov:
snail/common/thread_pool.hpp#L25
no member named 'thread' in namespace 'std'
|
linux-llvm-cov:
snail/common/thread_pool.hpp#L30
no type named 'condition_variable' in namespace 'std'
|
linux-llvm-cov:
snail/common/thread_pool.cpp#L60
no member named 'format' in namespace 'std'
|
linux-llvm-cov
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/-1048165201/cmake-3.25.3-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
linux-llvm-cov:
snail/common/thread_pool.cpp#L8
field 'stopped_' will be initialized after field 'max_size_' [-Wreorder-ctor]
|
linux-llvm-cov:
snail/common/thread_pool.hpp#L25
private field 'workers_' is not used [-Wunused-private-field]
|
linux-llvm-cov:
snail/common/thread_pool.hpp#L30
private field 'condition_variable_' is not used [-Wunused-private-field]
|