- Introduced an `OnCompleteCallback` type and updated the `Pool` struct to include an optional callback for execution completion. - Implemented `SetOnComplete` method to allow setting the completion callback. - Enhanced worker execution logic to notify the completion callback with the execution status (success, failure, or cancellation) after each execution, improving tracking and management of execution states. |
||
|---|---|---|
| .. | ||
| integration_clock_test.go | ||
| integration_concurrent_test.go | ||
| integration_control_test.go | ||
| integration_event_test.go | ||
| integration_human_test.go | ||
| integration_test.go | ||
| manager.go | ||
| manager_test.go | ||