SandroMaglione / fpdart

Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
https://pub.dev/packages/fpdart
MIT License
533 stars 44 forks source link

Suggestion #154

Open huzaifansari54 opened 2 months ago

huzaifansari54 commented 2 months ago

Hi 👋 I recently used this pkg and love it I want to suggest that there is taskEeither handler which performs future tasks but in my project I need handler which handle streams, and can make some thing which is not run on main isolate but on io isolate something like in kotlin a code which run on io threads not main threads and thanks for this community work