filelock icon indicating copy to clipboard operation
filelock copied to clipboard

Add cancellation tokens support

Open pomponchik opened this issue 1 year ago • 0 comments

Hello!

I'm looking to the code of this project now, it's very interesting. I suggest you to add support for using of cancellation tokens as well as you can to describe simple timeouts as numbers.

Why could it be useful? If you're using cancellation tokens, you're abstracting the certain reason why the operation can be cancelled. It can be a simple timeout - why not, but also it can be an another reason.

I wrote a library for this kind of stuff - cantok. If it'll be useful, i can advise you how to use it correctly.

https://github.com/tox-dev/filelock/blob/904858039c733d249c63436c0ee12a54c02c9eec/src/filelock/_api.py#L264

pomponchik avatar Feb 27 '24 17:02 pomponchik