chenBright commented on issue #286: URL: https://github.com/apache/brpc/issues/286#issuecomment-2452014477
butil::WaitableEvent是用pthread同步原语的,在bthread使用会阻塞worker线程,如果全部都阻塞了,就调度不了bthread了。bthread内用bthread::CountdownEvent代替或者bthread::Mutex/bthread::ConditionVariable代替吧。 -- 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: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org