Signals an instance has done the execution, either successful (no error) or failed (with error). If successful, result will be recorded and can be accessed via getResults.
(instance *InstanceDesc, result any, err error)
| 9 | // or failed (with error). If successful, result will be recorded and can |
| 10 | // be accessed via getResults. |
| 11 | done(instance *InstanceDesc, result any, err error) |
| 12 | |
| 13 | // Returns true if all instances are done executing |
| 14 | finished() bool |
no outgoing calls