Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Write(T)

  • Declared in: RT.KitchenSink.Channel<T>

Declaration

public void Write(
    T element
)

Summary

Writes an element to the channel.

Remarks

If there are threads waiting to read an element, one is resumed and receives this element.