[FEATURE REQUEST] Extension function on Stream #21
Labels
enhancement
New feature or request
integral_isolates_flutter
Requires a Flutter specific package
question
Further information is requested
Milestone
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:
The text was updated successfully, but these errors were encountered: