Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Channels.UnboundedChannel< T > Member List

This is the complete list of members for System.Threading.Channels.UnboundedChannel< T >, including all inherited members.

_blockedReadersSystem.Threading.Channels.UnboundedChannel< T >private
_completionSystem.Threading.Channels.UnboundedChannel< T >private
_doneWritingSystem.Threading.Channels.UnboundedChannel< T >private
_itemsSystem.Threading.Channels.UnboundedChannel< T >private
_runContinuationsAsynchronouslySystem.Threading.Channels.UnboundedChannel< T >private
_waitingReadersTailSystem.Threading.Channels.UnboundedChannel< T >private
ChannelIsClosedForDebuggerSystem.Threading.Channels.UnboundedChannel< T >private
CreateBounded< T >(int capacity)System.Threading.Channels.Channel< T >inlinestatic
CreateBounded< T >(BoundedChannelOptions options)System.Threading.Channels.Channel< T >inlinestatic
CreateBounded< T >(BoundedChannelOptions options, Action< T >? itemDropped)System.Threading.Channels.Channel< T >inlinestatic
CreateUnbounded< T >()System.Threading.Channels.Channel< T >inlinestatic
CreateUnbounded< T >(UnboundedChannelOptions options)System.Threading.Channels.Channel< T >inlinestatic
GetEnumerator()System.Threading.Channels.UnboundedChannel< T >inlineprivate
ItemsCountForDebuggerSystem.Threading.Channels.UnboundedChannel< T >private
operator ChannelReader< TRead >(Channel< TWrite, TRead > channel)System.Threading.Channels.Channel< T >inlinestatic
operator ChannelWriter< TWrite >(Channel< TWrite, TRead > channel)System.Threading.Channels.Channel< T >inlinestatic
ReaderSystem.Threading.Channels.Channel< T >
SyncObjSystem.Threading.Channels.UnboundedChannel< T >private
UnboundedChannel(bool runContinuationsAsynchronously)System.Threading.Channels.UnboundedChannel< T >inlinepackage
WriterSystem.Threading.Channels.Channel< T >