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 | |
BoundedChannelWriter (BoundedChannel< T > parent) | |
Package Attributes | |
readonly BoundedChannel< T > | _parent |
Properties | |
int | ItemsCountForDebugger [get] |
int | CapacityForDebugger [get] |
Private Member Functions | |
IEnumerator< T > IDebugEnumerable< T >. | GetEnumerator () |
async ValueTask | WriteAsyncCore (T innerItem, CancellationToken ct) |
Private Attributes | |
readonly VoidAsyncOperationWithData< T > | _writerSingleton |
readonly AsyncOperation< bool > | _waiterSingleton |
Definition at line 178 of file BoundedChannel.cs.