yanglimingcn commented on PR #2778: URL: https://github.com/apache/brpc/pull/2778#issuecomment-2408307028
> 这个修改对性能有影响吗? 对性能没有影响,默认butex的唤醒就是每个waiter都会signal的,只有使用CountdownEvent的时候,主动设置了void signal(int sig = 1, bool flush = false); flush=true才会有相关的影响。 -- 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