Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Give more information on thread-abort safe #7362

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

Merged
merged 4 commits into from
Nov 9, 2021
Merged

Give more information on thread-abort safe #7362

merged 4 commits into from
Nov 9, 2021

Conversation

dgtvan
Copy link
Contributor

@dgtvan dgtvan commented Nov 6, 2021

Summary

I was thinking about using ReaderWriterLockSlim, later I was scared of using it because the caution said it is not thread-abort safe, I decided not to use it. After hours of searching, reading, and doing an experiment, I found out the .NET Core environment, which I was working on, does not have thread abort anymore.

I would like to give more information on thread-abort safe, it helps people with less experience might not get into my problem.

@dgtvan dgtvan requested a review from kouvel as a code owner November 6, 2021 10:31
@ghost ghost added the area-System.Threading label Nov 6, 2021
@opbld31
Copy link

opbld31 commented Nov 6, 2021

Docs Build status updates of commit fa269b9:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Threading/ReaderWriterLockSlim.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld31
Copy link

opbld31 commented Nov 8, 2021

Docs Build status updates of commit 477bc8c:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Threading/ReaderWriterLockSlim.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

xml/System.Threading/ReaderWriterLockSlim.xml Outdated Show resolved Hide resolved
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
@opbld32
Copy link

opbld32 commented Nov 9, 2021

Docs Build status updates of commit 47f6c44:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Threading/ReaderWriterLockSlim.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@eerhardt eerhardt merged commit c0f0a47 into dotnet:main Nov 9, 2021
@dgtvan dgtvan deleted the patch-1 branch November 10, 2021 08:40
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.

5 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.