Skip to content

[FEATURE REQUEST] Extension function on Stream #21

@lohnn

Description

@lohnn

Is your feature request related to a problem? Please describe.
Now that we have added isolate stream functionality I want to make it easier to run functions in an isolate when building up a call chain for a stream.

Describe the solution you'd like
An extension function on Stream that allows for mapping a value asynchronously by running the function in an isolate.
Example: Stream.isolateMap(Function) // running in an isolate

Additional context
Questions that needs to be answered for implementation of this:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestintegral_isolates_flutterRequires a Flutter specific packagequestionFurther information is requested

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions