small refactor and update next-release readme

This commit is contained in:
yusing
2025-01-02 12:20:21 +08:00
parent a587ada170
commit 9f71fc2dd5
4 changed files with 152 additions and 105 deletions

View File

@@ -45,7 +45,8 @@ type (
finished chan struct{}
finishedCalled bool
mu sync.Mutex
mu sync.Mutex
ctx context.Context
cancel context.CancelCauseFunc