コード例 #1
0
ファイル: MultiEventLoop.cs プロジェクト: dmitriyse/ClrCoder
            public void OnCompleted([NotNull] Action continuation)
            {
                Debug.Assert(
                    ReferenceEquals(_eventLoop, _currentEventLoop),
                    "ReferenceEquals(_eventLoop, _currentEventLoop)");

                _eventLoop.EnqueueUnsafe(continuation);
            }