terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
Definition at line 252 of file ConcurrentQueue.cs.