コード例 #1
0
ファイル: ThreadPool.cs プロジェクト: xoofx/corert
        public override void Execute()
        {
            base.Execute();

            ExecutionContext.RunForThreadPoolUnsafe(_context, s_executionContextShim, this);
        }