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

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

_blockedReaderSystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
_completionSystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
_doneWritingSystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
_itemsSystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
_runContinuationsAsynchronouslySystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
_waitingReaderSystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
ChannelIsClosedForDebuggerSystem.Threading.Channels.SingleConsumerUnboundedChannel< 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.SingleConsumerUnboundedChannel< T >inlineprivate
ItemsCountForDebuggerSystem.Threading.Channels.SingleConsumerUnboundedChannel< 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 >
SingleConsumerUnboundedChannel(bool runContinuationsAsynchronously)System.Threading.Channels.SingleConsumerUnboundedChannel< T >inlinepackage
SyncObjSystem.Threading.Channels.SingleConsumerUnboundedChannel< T >private
WriterSystem.Threading.Channels.Channel< T >