flutter_isolate icon indicating copy to clipboard operation
flutter_isolate copied to clipboard

Support naming each isolate

Open svarlet opened this issue 3 years ago • 1 comments

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?

svarlet avatar May 26 '22 11:05 svarlet

Should be feasible.

nmfisher avatar Jun 03 '22 09:06 nmfisher