Blacker.MangaScraper.Common.Utils.FifoSemaphore.Waiter.Waiter C# (CSharp) Method

Waiter() public method

public Waiter ( ) : System.Collections.Generic
return System.Collections.Generic
            public Waiter()
            {
                _released = false;
            }
FifoSemaphore.Waiter