effect@4.0.0-beta.101
Pre-releasePatch Changes
-
#6545
731bea1Thanks @tim-smart! - Interrupt and await concurrent traversal workers when mapper or refill callbacks throw. -
#6545
731bea1Thanks @tim-smart! - Preserve current stack frame annotations on terminal root failures. -
#6545
731bea1Thanks @tim-smart! - Store interrupting fiber stack frames separately from interrupted target stack frames. -
#6545
731bea1Thanks @tim-smart! - Avoid allocating a scheduler dispatcher whenrunSyncExitcompletes without yielding. -
#6545
731bea1Thanks @tim-smart! - Make awaitAllChildren child selection linear in the number of fibers. -
#6523
b35ed29Thanks @gcanti! - Simplify the displayedType,Encoded, andIsotypes of required readonlySchema.Structfields, closes #6521. -
#6514
dd44624Thanks @tim-smart! - FixMutableList.filterleaving an invalid empty bucket when no values match. -
#6545
731bea1Thanks @tim-smart! - Deliver pending interrupts when interruptibleMask restores fiber interruptibility. -
#6526
2bae1acThanks @tim-smart! - FixHttpRouter.toWebHandlermiddleware inference to exclude request services supplied by the HTTP adapter.