You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question. When I use final isolates = IsolateHandler(); to get an Isolate, will a new Isolate be created each time this method is called? Or will there be an Isolate pool to manage the creation? Can I use final isolates = IsolateHandler() to get isolates frequently without worrying about it?
The text was updated successfully, but these errors were encountered:
I have a question. When I use
final isolates = IsolateHandler();
to get an Isolate, will a new Isolate be created each time this method is called? Or will there be an Isolate pool to manage the creation? Can I usefinal isolates = IsolateHandler()
to get isolates frequently without worrying about it?The text was updated successfully, but these errors were encountered: