Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify documentation of Mutex.lock() behavior #3816

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

obermillerk
Copy link
Contributor

@obermillerk obermillerk commented Jul 19, 2023

The previous documentation of the Mutex.lock() method was confusing to me. It seemed to imply that the call would suspend the entire time that the lock was held, when in fact it just suspends until the lock is acquired.

@qwwdfsad qwwdfsad changed the base branch from master to develop July 20, 2023 09:22
@qwwdfsad qwwdfsad self-requested a review July 20, 2023 09:23
Copy link
Collaborator

@qwwdfsad qwwdfsad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks1

Copy link
Collaborator

@qwwdfsad qwwdfsad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks1

Copy link
Collaborator

@qwwdfsad qwwdfsad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@qwwdfsad qwwdfsad merged commit 9b06a69 into Kotlin:develop Jul 20, 2023
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.

None yet

2 participants