We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb6c28 commit 662ed87Copy full SHA for 662ed87
src/server.hpp
@@ -45,7 +45,7 @@ namespace netlib {
45
callback_error_t _cb_on_error{};
46
std::thread _accept_thread;
47
std::thread _processor_thread;
48
- netlib::thread_pool _thread_pool = netlib::thread_pool::create<1,1>();
+ netlib::thread_pool _thread_pool;
49
std::map<socket_t, std::atomic<bool>> _busy_map;
50
51
inline void processing_func() {
0 commit comments