hotaery commented on issue #1373: URL: https://github.com/apache/incubator-brpc/issues/1373#issuecomment-818485156
有可能,如果执行函数内部有bthread提供的同步原语,比如bthread_mutex,如果没有获取到会被挂起,后面条件达到时会加入队列等待调度,此时有可能其他空闲工作线程会来窃取bthread执行,最终执行函数会在多个工作线程(pthread)执行 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
