Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
SynchronousChannel () | |
void | Init () |
void | Enqueue (T item) |
T | Dequeue () |
void | SetDone () |
void | CopyTo (T[] array, int arrayIndex) |
Properties | |
int | Count [get] |
Private Attributes | |
Queue< T > | _queue |
Definition at line 5 of file SynchronousChannel.cs.