Home











Cancellation Token is a pattern that allows us to refuse to continue calculations that we no longer need. It is implemented out of the box in many programming languages, for example inC# and inGo. However, there was still no sane implementation in Python, until thecantok library appeared.