Skip to content

Commit

Permalink
coroutines rework #2 / Mutex removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Jul 2, 2019
1 parent 69e5f0d commit c5bd982
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ open class UserDataHolder {

open class Transaction(private val transactionImpl: TransactionInterface): UserDataHolder(), TransactionInterface by transactionImpl {

internal val suspendedMutex = Mutex()

internal val interceptors = arrayListOf<StatementInterceptor>()

fun registerInterceptor(interceptor: StatementInterceptor) = interceptors.add(interceptor)
Expand Down

0 comments on commit c5bd982

Please sign in to comment.