Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | TryReceive (Predicate< TOutput >? filter, [MaybeNullWhen(false)] out TOutput item) |
bool | TryReceiveAll ([NotNullWhen(true)] out IList< TOutput >? items) |
IDisposable | LinkTo (ITargetBlock< TOutput > target, DataflowLinkOptions linkOptions) |
TOutput? | ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target, out bool messageConsumed) |
bool | ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
void | ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
void | Complete () |
void | Fault (Exception exception) |
Properties | |
Task | Completion [get] |
Definition at line 6 of file IReceivableSourceBlock.cs.