2
0

[pool] Increase test coverage

This commit is contained in:
Jan Dubsky
2022-10-10 22:32:41 +02:00
committed by Jack Christensen
parent 89668fae42
commit 3009dbab62
6 changed files with 221 additions and 38 deletions
+2
View File
@@ -5,3 +5,5 @@ import "context"
func (p *Pool[T]) AcquireRaw(ctx context.Context) (*Resource[T], error) {
return p.acquire(ctx)
}
var AcquireSemAll = acquireSemAll