Skip to content

0.0.24#29

Merged
pomponchik merged 9 commits into
mainfrom
develop
Jul 15, 2026
Merged

0.0.24#29
pomponchik merged 9 commits into
mainfrom
develop

Conversation

@pomponchik

@pomponchik pomponchik commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Several important changes regarding SmartLock:

  • Previously, SmartLock would hang when the same thread attempted to acquire the lock twice. Now, an exception will be thrown, similar to the one that occurs when a cyclic deadlock is detected.
  • A new class, SmartRLock, was added. It is identical to SmartLock in every respect, but explicitly allows a single thread to acquire the lock multiple times.

Closes #28.

@pomponchik pomponchik merged commit b080ea6 into main Jul 15, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SmartLock hangs on recursive acquire from the same thread

1 participant