Task ...
func(context.Context) error
| 10 | |
| 11 | // Task ... |
| 12 | type Task func(context.Context) error |
| 13 | |
| 14 | // Run provides a safe way to execute Task functions asynchronously, recovering if they panic |
| 15 | // and provides all error stack aiming to facilitate fail causes discovery |
nothing calls this directly
no outgoing calls
no test coverage detected