1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/isolate_example/README.md
2019-06-14 15:07:05 -07:00

959 B

Isolate Example

A sample application that demonstrate best practices when using isolates.

Goals

  • Display the performance benefits of isolates when using them in the right situation.
  • Show how to use the compute method for straightforward computations.
  • Demonstrate how to initialize and use an isolate.
  • Show the cost of moving data between isolates and provide alternatives.

Questions/issues

If you have a general question about any of the techniques you see in the sample, the best places to go are:

If you run into an issue with the sample itself, please file an issue in the main Flutter repo.