| Type | Summary |
|---|---|
BlockingCell
|
A thread-safe single-assignment reference cell. |
DebugUtil
|
Miscellaneous debugging and development utilities. |
Either
|
Models the disjoint union of two alternatives, a "left" alternative and a "right" alternative. |
EitherAlternative
|
Used internally by class Either. |
NetworkBinaryReader
|
Subclass of BinaryReader that reads integers etc in correct network order. |
NetworkBinaryWriter
|
Subclass of BinaryWriter that writes integers etc in correct network order. |
Semaphore
|
A classic counting semaphore. |
SharedQueue
|
A thread-safe shared queue implementation. |
XmlUtil
|
Miscellaneous helpful XML utilities. |