Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 216 Bytes

File metadata and controls

4 lines (3 loc) · 216 Bytes

disruptor-example

An example implementation using the LMAX Disruptor.

Shows how input events can be streamed to a buffer, then consumers read data from the buffer and simulate performing a long-running operation.