-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
requestRequests to resolve a particular developer problemRequests to resolve a particular developer problem
Description
A common pattern in flutter apps is to offload computationally intensive work (e.g. json decoding) to a separate isolate to avoid blocking the main UI thread. This breaks down when the isolate needs to return large amounts of data to the UI thread, since just the time to transfer the data back to the main isolate can block the main isolate for too long.
jmesserly, jacob314, yjbanov, l7ssha, priezz and 16 more
Metadata
Metadata
Assignees
Labels
requestRequests to resolve a particular developer problemRequests to resolve a particular developer problem