Skip to content

Commit

Permalink
Merge pull request #1421 from ydb-platform/async-create-session
Browse files Browse the repository at this point in the history
internal/pool async create and close item
  • Loading branch information
asmyasnikov authored Aug 20, 2024
2 parents f4968f1 + 62ccd7b commit 784c576
Show file tree
Hide file tree
Showing 15 changed files with 328 additions and 196 deletions.
1 change: 1 addition & 0 deletions internal/pool/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ var (
errClosedPool = errors.New("closed pool")
errItemIsNotAlive = errors.New("item is not alive")
errPoolIsOverflow = errors.New("pool is overflow")
errNoProgress = errors.New("no progress")
)
Loading

0 comments on commit 784c576

Please sign in to comment.