Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Conversation

benaadams
Copy link
Member

Parallel of dotnet/coreclr#3157

@dnfclas
Copy link

dnfclas commented Feb 14, 2016

Hi @benaadams, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@jkotas
Copy link
Member

jkotas commented Feb 15, 2016

@stephentoub Could you please take a look?

@stephentoub
Copy link
Member

LGTM

internal sealed class QueueUserWorkItemCallbackDefaultContext : IThreadPoolWorkItem
{
[System.Security.SecuritySafeCritical]
static QueueUserWorkItemCallbackDefaultContext() { }
Copy link
Member

Choose a reason for hiding this comment

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

The empty explicit cctor is not needed for CoreRT. Could you please delete the empty explicit ctor here as well as in the regular QueueUserWorkItemCallback?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@jkotas
Copy link
Member

jkotas commented Feb 16, 2016

LGTM modulo minor comment. Thank you for porting the fix to CoreRT!

@benaadams benaadams force-pushed the QueueUserWorkItemCallback branch from 014566e to cf4ba39 Compare February 16, 2016 05:55
jkotas added a commit that referenced this pull request Feb 16, 2016
@jkotas jkotas merged commit e634a08 into dotnet:master Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants