C# Class Helios.Util.AtomicCounterLong

Atomic counter that uses longs internally
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
AtomicCounterLong ( long seed ) : System.Threading
GetAndIncrement ( ) : long

Returns the current value while simultaneously incrementing the counter

Method Details

AtomicCounterLong() public méthode

public AtomicCounterLong ( long seed ) : System.Threading
seed long
Résultat System.Threading

GetAndIncrement() public méthode

Returns the current value while simultaneously incrementing the counter
public GetAndIncrement ( ) : long
Résultat long