Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentQueueSegment< T > Class Template Referencesealed

Classes

struct  Slot
 

Public Member Functions

bool TryDequeue ([MaybeNullWhen(false)] out T item)
 
bool TryPeek ([MaybeNullWhen(false)] out T result, bool resultUsed)
 
bool TryEnqueue (T item)
 

Package Functions

 ConcurrentQueueSegment (int boundedLength)
 
void EnsureFrozenForEnqueues ()
 

Package Attributes

readonly Slot[] _slots
 
readonly int _slotsMask
 
PaddedHeadAndTail _headAndTail
 
bool _preservedForObservation
 
bool _frozenForEnqueues
 
ConcurrentQueueSegment< T_nextSegment
 

Properties

int Capacity [get]
 
int FreezeOffset [get]
 

Detailed Description

Definition at line 10 of file ConcurrentQueueSegment.cs.


The documentation for this class was generated from the following file: