Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Extension function on Stream #21

Open
lohnn opened this issue Apr 24, 2023 · 0 comments
Open

[FEATURE REQUEST] Extension function on Stream #21

lohnn opened this issue Apr 24, 2023 · 0 comments
Labels
enhancement New feature or request integral_isolates_flutter Requires a Flutter specific package question Further information is requested
Milestone

Comments

@lohnn
Copy link
Owner

lohnn commented Apr 24, 2023

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:

@lohnn lohnn added enhancement New feature or request question Further information is requested labels Apr 24, 2023
@lohnn lohnn added the integral_isolates_flutter Requires a Flutter specific package label Oct 8, 2023
@lohnn lohnn added this to the 1.1 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request integral_isolates_flutter Requires a Flutter specific package question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant