我有这段代码。
func Start() bool {
for {
if checkSomthingIsTrue() {
if err := doSomthing(); err != nil {
continue
}
select {
case <-ctx.Done():
return true
如何在不使用的情况下使上述功能不阻塞。不使用默认情况的原因是因为它总是消耗100%的CPU。default:
答:我已经用了时间。股票代码节流 谢谢
qq_笑_17
相关分类