Skip to content

Efficient communication of data between isolates #124

Closed
@leafpetersen

Description

@leafpetersen

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.

Metadata

Metadata

Assignees

Labels

requestRequests to resolve a particular developer problem

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions