Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | TryComplete (Exception error) |
override bool | TryWrite (T item) |
override ValueTask< bool > | WaitToWriteAsync (CancellationToken cancellationToken) |
override ValueTask | WriteAsync (T item, CancellationToken cancellationToken) |
virtual bool | TryComplete (Exception? error=null) |
void | Complete (Exception? error=null) |
Package Functions | |
UnboundedChannelWriter (SingleConsumerUnboundedChannel< T > parent) | |
Package Attributes | |
readonly SingleConsumerUnboundedChannel< T > | _parent |
Properties | |
int | ItemsCountForDebugger [get] |
Private Member Functions | |
IEnumerator< T > IDebugEnumerable< T >. | GetEnumerator () |
async ValueTask | WriteAsyncCore (T innerItem, CancellationToken ct) |
Definition at line 147 of file SingleConsumerUnboundedChannel.cs.