terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentQueue< T >.Segment Class Referencesealed

Classes

struct  Slot
 

Public Member Functions

 Segment (int boundedLength)
 
bool TryDequeue ([Out] T item)
 
bool TryEnqueue (T item)
 

Package Functions

void EnsureFrozenForEnqueues ()
 

Package Attributes

readonly ConcurrentQueue< T >.Segment.Slot[] _slots
 
readonly int _slotsMask
 
PaddedHeadAndTail _headAndTail
 
bool _preservedForObservation
 
bool _frozenForEnqueues
 
ConcurrentQueue< T >.Segment _nextSegment
 

Properties

int Capacity [get]
 
int FreezeOffset [get]
 

Detailed Description

Definition at line 252 of file ConcurrentQueue.cs.


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