C# Class Disruptor.Tests.DummySequenceBarrier

Inheritance: ISequenceBarrier
Mostrar archivo Open project: disruptor-net/Disruptor-net Class Usage Examples

Public Methods

Method Description
Alert ( ) : void
CheckAlert ( ) : void
ClearAlert ( ) : void
WaitFor ( long sequence ) : long

Method Details

Alert() public method

public Alert ( ) : void
return void

CheckAlert() public method

public CheckAlert ( ) : void
return void

ClearAlert() public method

public ClearAlert ( ) : void
return void

WaitFor() public method

public WaitFor ( long sequence ) : long
sequence long
return long