Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Close()

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

Declaration

public void Close()

Summary

Signals the end of the channel. Threads can still read elements waiting in the channel, but no further elements can be written to it.