|
join 1.0
lightweight network framework library
|
lightweight queue slot used by SPSC. More...
#include <queue.hpp>
Public Attributes | |
| Type | data |
| stored element data. | |
| char | _padding [(64 -(sizeof(Type) % 64)) % 64] |
| padding to prevent false sharing. | |
lightweight queue slot used by SPSC.
| char join::QueueSlotLight< Type >::_padding[(64 -(sizeof(Type) % 64)) % 64] |
padding to prevent false sharing.
| Type join::QueueSlotLight< Type >::data |
stored element data.