condy0919 commented on issue #140: URL: https://github.com/apache/brpc/issues/140#issuecomment-4134470036
EpollThread 和它相关的只有 `bthread_timed_wait` 相关的函数,似乎都与 `tcp_connect` 这个函数相关。而这个函数 brpc 代码中基本没怎么使用到,除了自己创建 bthread 然后 `bthread_connect()` 外应该都用不到了吧? 我也是刚开始看 brpc 源码。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
