-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
The compute method is really a good way to push a heavy job in background, but I think that it have a major drawback: It cannot accept async methods for his callback.
This forces everyone who wants just to do a background job that require something asynchronous to learn all isolate low level concept. (For which there is not a good documentation at this time of writing).
It would be nice that flutter provides a new compute method for asynchronous tasks.
Can you please think about it?
kinex, shrugs, MariaMelnik, ddikman, devnoname120 and 8 more
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.