C# Class System.Threading.Tasks.Schedulers.ConcurrentExclusiveInterleave.ConcurrentExclusiveInterleaveDebugView

Provides a debug view for ConcurrentExclusiveInterleave.
Mostra file Open project: bingyang001/disruptor-net-3.3.0-alpha

Public Methods

Method Description
ConcurrentExclusiveInterleaveDebugView ( ConcurrentExclusiveInterleave interleave ) : System.Collections.Generic

Initializes the debug view.

Method Details

ConcurrentExclusiveInterleaveDebugView() public method

Initializes the debug view.
public ConcurrentExclusiveInterleaveDebugView ( ConcurrentExclusiveInterleave interleave ) : System.Collections.Generic
interleave ConcurrentExclusiveInterleave The interleave being debugged.
return System.Collections.Generic