-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels