rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

Any support for LoadBalancer?? #124

Open ozexpert opened 1 year ago

ozexpert commented 1 year ago

https://github.com/humblerookie/isolate-demo/blob/main/lib/services/load_balancer.dart it would be nice to leverage using the isolate's LoadBalancer API that allows to create and manage pool of isolates.

nmfisher commented 1 year ago

PRs are most welcome :)

On 6 Oct 2022, at 1:15 PM, Young K. Park @.***> wrote:

 https://github.com/humblerookie/isolate-demo/blob/main/lib/services/load_balancer.dart it would be nice to leverage using the isolate's LoadBalancer API that allows to create and manage pool of isolates.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

ozexpert commented 1 year ago

I'd love to if I know dart well, but apparently, I'm not. anyone?