chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.64k stars 5.14k forks source link

想了好几天,想的没睡着觉。callingPendingFunctors_会不会延迟回调? #686

Closed dxgzg closed 1 year ago

dxgzg commented 1 year ago

我在想callingPendingFunctors_为false的时候,且loop为阻塞的时候,又不会wakeup,只能被迫等着下次事件触发,这样会不会导致延迟啊?