C# Class Blacker.MangaScraper.Common.Utils.FifoSemaphore.Waiter

Waiter helper class that allows threads to queue for tokens
Show file Open project: blacker-cz/MangaScraper

Public Methods

Method Description
Release ( ) : bool
TryWait ( int millisecondsTimeout ) : bool
Waiter ( ) : System.Collections.Generic

Method Details

Release() public method

public Release ( ) : bool
return bool

TryWait() public method

public TryWait ( int millisecondsTimeout ) : bool
millisecondsTimeout int
return bool

Waiter() public method

public Waiter ( ) : System.Collections.Generic
return System.Collections.Generic