コード例 #1
0
 /// <summary>
 /// <see cref="ValueRingBuffer{T}.PublishEvents"/>
 /// </summary>
 public ValueRingBuffer <T> .UnpublishedEventBatchScope PublishEvents(int count) => _ringBuffer.PublishEvents(count);