Commit 0dd4087
committed
Refactor
ConnectionPoolImpl to enhance atomicity and thread safety. Replace manual mutex locks with atomic utilities (AtomicInt, AtomicBoolean) for core state management.1 parent 2c96c17 commit 0dd4087
File tree
11 files changed
+1145
-589
lines changed- sqlx4k/src
- commonMain/kotlin/io/github/smyrgeorge/sqlx4k
- impl/pool
- commonTest/kotlin/io/github/smyrgeorge/sqlx4k/impl/pool
- util
11 files changed
+1145
-589
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
| |||
0 commit comments