kamilsk / retry

♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
https://pkg.go.dev/github.com/kamilsk/retry/v5
MIT License
340 stars 14 forks source link

use Cancellation as a subset of Context #80

Closed kamilsk closed 7 years ago

kamilsk commented 7 years ago

because the library doesn't use all related to Context methods.

kamilsk commented 7 years ago

more accurate here https://github.com/kamilsk/retry/issues/82