[Missing <summary> documentation for "N:RCLibrary.SlimPC"]

Classes

  ClassDescription
Public classCacheLine
Constant definition of cache line size
Public classRingBuffer2<(Of <(<'T>)>)>
Ring based store of reusable entries containing the data representing an Entry<(Of <(<'T>)>)> being exchanged between producers and consumers. Based only supports one producer thread, and one consumer thread.
Public classUtil
Set of common functions used by the Disruptor

Structures

  StructureDescription
Public structureCacheLineStorageBool
A Boolean wrapped in CacheLineStorage is guaranteed to live on its own cache line
Public structureCacheLineStorageLong
A Int64 wrapped in CacheLineStorage is guaranteed to live on its own cache line
Public structureEntry<(Of <(<'T>)>)>
Entries are the items exchanged via a RingBuffer.

Interfaces

  InterfaceDescription
Public interfaceIConsumer