bloc_concurrency 0.1.0-dev.1 copy "bloc_concurrency: ^0.1.0-dev.1" to clipboard
bloc_concurrency: ^0.1.0-dev.1 copied to clipboard

outdated

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 concurrently
      • sequential: process events sequentially
      • droppable: ignore any events added while an event is processing
      • restartable: process only the latest event and cancel previous handlers
432
likes
0
pub points
99%
popularity

Publisher

verified publisherbloclibrary.dev

Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

bloc, stream_transform

More

Packages that depend on bloc_concurrency