C# 클래스 Helios.Util.AtomicCounterLong

Atomic counter that uses longs internally
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
AtomicCounterLong ( long seed ) : System.Threading
GetAndIncrement ( ) : long

Returns the current value while simultaneously incrementing the counter

메소드 상세

AtomicCounterLong() 공개 메소드

public AtomicCounterLong ( long seed ) : System.Threading
seed long
리턴 System.Threading

GetAndIncrement() 공개 메소드

Returns the current value while simultaneously incrementing the counter
public GetAndIncrement ( ) : long
리턴 long