terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ThreadSafeQueue () | |
ThreadSafeQueue (int capacity) | |
void | Enqueue (T item) |
bool | Dequeue ([Out] T item) |
T | Dequeue () |
int | Dequeue (IList< T > list) |
Private Attributes | |
object | sync |
Queue< T > | data |
Definition at line 9 of file ThreadSafeQueue.cs.