Effectively using Dart isolates - part 2
the story so far
In part 1 of our ‘How and when to use isolates’ blog we found a fast way to send and return data from an isolate avoiding jank during startup and shutdown of an isolate.
We described these as the 'fast send' and 'fast return' paths.
...
blog.onepub.dev14 min read