You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove dependency from cats to play nice with protocols (#36)
* import cats to abide by the peace treaty
* tests passing
* remove bloat
* lint
* changelog/bump
* remove warning
* ok linter
* remove context
* remove context from impls
Exceptions propagate along dependencies in most engines (#33)
* wip: fix nested exceptions
* Exceptions propagate along dependencies in most engines
- Fixes virtual future exception propagation between nodes.
- Avoid testing iterative-scheduling and virtual-futures
(non-applicative) engines which do not propagate correctly.
* linter
* readme and changelog
* revert changes to iterative sched
---------
Co-authored-by: Alex Redington <alex.redington@nubank.com.br>