|
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 (UnboundedChannel< T > parent) | |
Package Attributes | |
| readonly UnboundedChannel< T > | _parent |
Properties | |
| int | ItemsCountForDebugger [get] |
Private Member Functions | |
| IEnumerator< T > IDebugEnumerable< T >. | GetEnumerator () |
| async ValueTask | WriteAsyncCore (T innerItem, CancellationToken ct) |
Definition at line 145 of file UnboundedChannel.cs.