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
|
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< T > | data |
Definition at line 10 of file ThreadSafeQueue.cs.