AsyncLock icon indicating copy to clipboard operation
AsyncLock copied to clipboard

Calling lock via Lock in async method

Open mitja-p opened this issue 3 months ago • 0 comments

Is it possible to implement locking in a way that calling Lock in async method would work as well? As I can see from the librarys code, currently I should call LockAsync if in an async method and Lock if in synchronous method. If not it would lock up when calling Lock inside async method.

mitja-p avatar Sep 19 '25 14:09 mitja-p