Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
11
repos/effect/.changeset/add-missing-tx-modules.md
Normal file
11
repos/effect/.changeset/add-missing-tx-modules.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
"effect": patch
|
||||
---
|
||||
|
||||
Add transactional STM modules: TxDeferred, TxPriorityQueue, TxPubSub, TxReentrantLock, TxSubscriptionRef.
|
||||
|
||||
Refactor transaction model: remove `Effect.atomic`/`Effect.atomicWith`. All Tx operations now return `Effect<A, E, Transaction>` requiring explicit `Effect.tx(...)` at boundaries.
|
||||
|
||||
Expose `TxPubSub.acquireSubscriber`/`releaseSubscriber` for composable transaction boundaries. Fix `TxSubscriptionRef.changes` race condition ensuring current value is delivered first.
|
||||
|
||||
Remove `TxRandom` module.
|
||||
Reference in New Issue
Block a user