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

Utilize Task and Channel instead of Thread and ConcurrentQueue respectively #92

Merged
merged 5 commits into from
Dec 8, 2023

Conversation

virzak
Copy link
Contributor

@virzak virzak commented Dec 8, 2023

Thread.Sleep is not recommended for use, so rewriting to use channels and tasks.

Copy link
Member

@augustoproiete augustoproiete left a comment

Choose a reason for hiding this comment

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

Thanks @virzak LGTM

@augustoproiete augustoproiete merged commit 5de2b74 into serilog-contrib:master Dec 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Utilize Task and Channel instead of Thread and ConcurrentQueue respectively
2 participants