C# Class Semaphore, ScalableJoins

Show file Open project: JoinPatterns/ScalableJoins Class Usage Examples

Public Properties

Property Type Description
Signal Asynchronous.Channel
Wait Synchronous.Channel

Public Methods

Method Description
Semaphore ( ) : System

Method Details

Semaphore() public method

public Semaphore ( ) : System
return System

Property Details

Signal public property

public Asynchronous.Channel Signal
return Asynchronous.Channel

Wait public property

public Synchronous.Channel Wait
return Synchronous.Channel