Skip to content

🚀: Support LIFO (Last-In-First-Out) intent processing #208

@Nek-12

Description

@Nek-12

Based on comparison with other state management libraries, it would be beneficial to support a LIFO queue strategy for intents. While FlowMVI currently supports concurrent and dropped intents, a strict LIFO processing strategy can be useful for things like rapid UI commands where only the latest command is relevant (and previous unhandled ones should be skipped rather than dropped).

Ideas:

  • Perhaps an intent buffer mode or a new queue configuration option.
  • See how other reactive streams handle LIFO caching/processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions