You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch closer can wait merely on the closer goroutines (treeverse#1392)
Simplifies using a waitgroup, which is now a regular blocker usage (Add only called at
startup) rather than dynamically increasing and decreasing. This way does not have to
synchronize as closely across the waitgroup.
0 commit comments