Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | TryAdd (T item) |
static bool | TryTake ([MaybeNullWhen(false)] out T item) |
Static Package Attributes | |
static ? Dictionary< Type, object > | t_stacks |
Properties | |
static Stack< RefAsValueType< T > > | ThreadLocalStack [get] |
Static Private Attributes | |
static readonly Type | s_typeOfT = typeof(T) |
Definition at line 6 of file AllocFreeConcurrentStack.cs.