reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

DEV-3384: data race on resolver stop #148

Closed fanzhao1986 closed 3 years ago

fanzhao1986 commented 3 years ago

Fix resolver stop data race, and remove reset call in run_resolver function.

DEV-3384