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

Document missing Lock::Async methods #2842

Merged
merged 1 commit into from
Jun 9, 2019
Merged

Document missing Lock::Async methods #2842

merged 1 commit into from
Jun 9, 2019

Conversation

Kaiepi
Copy link
Collaborator

@Kaiepi Kaiepi commented Jun 9, 2019

This documents Lock::Async.protect-or-queue-on-recursion and
Lock::Async.with-lock-hidden-from-recursion-check.

Fixes #2785

The problem

The two methods were undocumented even though they're public.

Solution provided

Document them.

This documents Lock::Async.protect-or-queue-on-recursion and
Lock::Async.with-lock-hidden-from-recursion-check.

Fixes Raku#2785
Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

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

Brilliant!

@JJ JJ merged commit d17da25 into Raku:master Jun 9, 2019
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.

Lock::Async.lock-or-queue-on-recursion is undocumented
2 participants