Example #1
0
            public void OnCompleted([NotNull] Action continuation)
            {
                Debug.Assert(
                    ReferenceEquals(_eventLoop, _currentEventLoop),
                    "ReferenceEquals(_eventLoop, _currentEventLoop)");

                _eventLoop.EnqueueUnsafe(continuation);
            }