DEV Community

Discussion on: Compute With Flutter

Collapse
 
duttaoindril profile image
Oindril Dutta

Hi, is there any way to have compute calls not stack? Let's say I have one thing calling compute, and if it is called again, how do I cancel the previous compute operation to only have one spawned process?