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

AsyncQueue<T>.ToArray() made public (#986) #987

Merged
merged 1 commit into from Feb 11, 2022

Conversation

n9
Copy link

@n9 n9 commented Feb 8, 2022

Simple change for #986.

@ghost
Copy link

ghost commented Feb 8, 2022

CLA assistant check
All CLA requirements met.

@n9 n9 changed the title Add GetQueueElements to AsyncQueue<T> (#986) AsyncQueue<T>.ToArray() made public (#986) Feb 8, 2022
@n9
Copy link
Author

n9 commented Feb 8, 2022

I've just found that there is already internal method ToArray(). So, I've changed this PR to make the method public.

@AArnott AArnott added this to the v17.2 milestone Feb 11, 2022
@AArnott AArnott linked an issue Feb 11, 2022 that may be closed by this pull request
@AArnott
Copy link
Member

AArnott commented Feb 11, 2022

Thanks for contributing. I'm delighted it was so easy!

@AArnott AArnott merged commit 7e66041 into microsoft:main Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get list of queued items in AsyncQueue
2 participants