bloc_concurrency 0.1.0-dev.1
bloc_concurrency: ^0.1.0-dev.1 copied to clipboard
Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package.
0.1.0-dev.1 #
- feat: initial development release
- includes
EventTransformer
options:concurrent
: process events concurrentlysequential
: process events sequentiallydroppable
: ignore any events added while an event is processingrestartable
: process only the latest event and cancel previous handlers
- includes