Some notable changes in this release:
- pool: All pool types now panic if configured after use.
- pool:
ContextPoolandResultContextPoolnow always cancels its context whenWait()returns. - pool:
ContextPoolandResultContextPoolnow cancels its context when a task panics. - panics:
panics.RecoveredPanicandpanics.NewRecoveredPanic(...)have been renamed `pan...