mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
fix(timingwheel): add missing Wait() call and improve code clarity (#5315)
Signed-off-by: kevin <wanjunfeng@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@ func TestRoutineGroupRun(t *testing.T) {
|
||||
|
||||
func TestRoutingGroupRunSafe(t *testing.T) {
|
||||
logtest.Discard(t)
|
||||
|
||||
var count int32
|
||||
group := NewRoutineGroup()
|
||||
var once sync.Once
|
||||
|
||||
Reference in New Issue
Block a user