Skip to content

Commit 784c576

Browse files
authored
Merge pull request #1421 from ydb-platform/async-create-session
internal/pool async create and close item
2 parents f4968f1 + 62ccd7b commit 784c576

File tree

15 files changed

+328
-196
lines changed

15 files changed

+328
-196
lines changed

internal/pool/errors.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ var (
88
errClosedPool = errors.New("closed pool")
99
errItemIsNotAlive = errors.New("item is not alive")
1010
errPoolIsOverflow = errors.New("pool is overflow")
11+
errNoProgress = errors.New("no progress")
1112
)

0 commit comments

Comments
 (0)