All types
|
All members
RT.Util.Core
RT.KitchenSink
Channel
<T>
Channel<T>
()
Close
()
GetEnumerator
()
Read
()
TryRead
(
result
)
Write
(
element
)
Has
More
Decode
Svg
Path
Path
Piece
Path
Piece
Arc
Path
Piece
Type
Rate
Calculator
Value
Stat
Value
Stat
Dec
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
RT.ArithmeticCoding
RT.CommandLine
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
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.