We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ThreadLocalTransactionsStack
1 parent 09efd2d commit 8e99a1eCopy full SHA for 8e99a1e
exposed-core/src/main/kotlin/org/jetbrains/exposed/v1/core/transactions/ThreadLocalTransactionsStack.kt
@@ -7,7 +7,7 @@ import java.util.Stack
7
import kotlin.concurrent.getOrSet
8
9
/**
10
- * A thread-local stack for managing R2dbcTransaction objects.
+ * A thread-local stack for managing Transaction objects.
11
*
12
* Each thread keeps its own stack so transactions are isolated per thread.
13
* Coroutines that hop threads must pair every push with a pop to avoid leaks.
0 commit comments