Ejemplo n.º 1
0
        public void ItEnqueuesAndReceivesDelegatesThatAreRunnable()
        {
            var testFixture = new TaskQueueTestFixture(nameof(ItEnqueuesAndReceivesDelegatesThatAreRunnable));

            testFixture.EnsureSemaphoreDoesntExist();
            testFixture.PushPopExecuteWriteSemaphore();
            testFixture.EnsureSemaphore();
        }