@ -3390,7 +3390,11 @@ inline bool Server::listen_internal() {
break;
}
#if __cplusplus > 201703L
task_queue->enqueue([=, this]() { process_and_close_socket(sock); });
#else
task_queue->enqueue([=]() { process_and_close_socket(sock); });
#endif
task_queue->shutdown();
The note is not visible to the blocked user.