terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
InControl.ThreadSafeQueue< T > Class Template Reference
+ Collaboration diagram for InControl.ThreadSafeQueue< T >:

Public Member Functions

 ThreadSafeQueue ()
 
 ThreadSafeQueue (int capacity)
 
void Enqueue (T item)
 
bool Dequeue (out T item)
 
T Dequeue ()
 
int Dequeue (ref IList< T > list)
 

Private Attributes

object sync
 
Queue< Tdata
 

Detailed Description

Definition at line 10 of file ThreadSafeQueue.cs.


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