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 f09841b commit d3d96cdCopy full SHA for d3d96cd
src/client.hpp
@@ -20,7 +20,7 @@ class client {
20
protected:
21
std::optional<netlib::socket> _socket;
22
addrinfo *_endpoint_addr = nullptr;
23
- netlib::thread_pool _thread_pool; //= netlib::thread_pool::create<1,1>();
+ netlib::thread_pool _thread_pool = netlib::thread_pool::create<1,1>();
24
public:
25
client()
26
{
0 commit comments