flutter_isolate
flutter_isolate copied to clipboard
Support naming each isolate
Hi,
I see that Isolate.spawn(...) enables naming the isolate for debug and tooling purposes:
https://api.dart.dev/stable/2.17.0/dart-isolate/Isolate/spawn.html
Is this also possible when we use this package?
Should be feasible.