ribs_effect 1.0.0-dev.4
ribs_effect: ^1.0.0-dev.4 copied to clipboard
Provides effect types like IO, Ref and Resource.
1.0.0-dev.4 #
Breaking Changes #
- Introduce IO runtime.
- Remove
RuntimeExceptionfrom IO. - Make
Refabstract. - Make
Pollabstract. - Remove thunk from
IO.productR/IO.productL. - Change
IO.whenAto an instance method. - Rework
IO.print. - Reduce arity on some tuple destructuring methods.
Features #
- Introduce
SupervisorandDispatcher. - Add
Hotswapto std. - Add IO tracing and
IOFiberdump feature. - Add
Resource.flatTap. - Add missing
mapN/flatMapN/etc. functions toResource. - Add
IList.parTraverseN. - Add equality and hashCode to
ExitCase.
Bug Fixes #
- Numerous bug fixes.
- Numerous performance improvements.
- Public API and doc cleanups.
1.0.0-dev.3 #
- Update dependencies.
1.0.0-dev.2 #
- Additions: Semaphore, CyclicBarrier, Backpressure
- IO.debug prints regardless of outcome
1.0.0-dev.1 #
- Initial release