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
Reclaiming replicate tasks slice to the pool causes unnecessary heap allocations since the type of argument in sync.(*Pool).Put is an interface.
We need to convert the type of pool element from slice to pointer type.