C# Class Hudl.Mjolnir.Bulkhead.SemaphoreBulkhead

Inheritance: IBulkheadSemaphore
Show file Open project: hudl/Mjolnir

Public Methods

Method Description
Release ( ) : void
TryEnter ( ) : bool

Private Methods

Method Description
SemaphoreBulkhead ( Hudl.Mjolnir.Key.GroupKey key, int maxConcurrent ) : Hudl.Mjolnir.Key

Method Details

Release() public method

public Release ( ) : void
return void

TryEnter() public method

public TryEnter ( ) : bool
return bool