acl-dev / acl

C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..
https://acl-dev.cn
GNU Lesser General Public License v3.0
2.84k stars 937 forks source link

有什么方法能强制停止acl::thread_pool中的线程? #349

Open AECCCK opened 2 weeks ago

AECCCK commented 2 weeks ago

现在只能用wait都返回后再stop,能不能强制停止线程???

zhengshuxin commented 2 weeks ago

可以尝试直接调用stop而不用先调用wait.