We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f21307 commit 938733bCopy full SHA for 938733b
boost/network/utils/thread_pool.hpp
@@ -88,7 +88,7 @@ namespace boost { namespace network { namespace utils {
88
void swap(basic_thread_pool & other) {
89
std::swap(other.threads_, threads_);
90
std::swap(other.io_service_, io_service_);
91
- std::swap(other.worket_threads_, worker_threads_);
+ std::swap(other.worker_threads_, worker_threads_);
92
std::swap(other.sentinel_, sentinel_);
93
}
94
protected:
0 commit comments