[Missing <summary> documentation for "N:RCLibrary.SlimPC"]
Classes
Class | Description | |
---|---|---|
![]() | CacheLine |
Constant definition of cache line size
|
![]() | RingBuffer2<(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.
|
![]() | Util |
Set of common functions used by the Disruptor
|
Structures
Structure | Description | |
---|---|---|
![]() | CacheLineStorageBool |
A Boolean wrapped in CacheLineStorage is guaranteed to live on its own cache line
|
![]() | CacheLineStorageLong |
A Int64 wrapped in CacheLineStorage is guaranteed to live on its own cache line
|
![]() | Entry<(Of <(<'T>)>)> |
Entries are the items exchanged via a RingBuffer.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IConsumer |