The simplest and actual example code of LMAX Disruptor

后端 未结 5 1245
情话喂你
情话喂你 2021-01-31 05:35

I wish I can get the simplest possible example code, which will show how to use LMAX disruptor(http://code.google.com/p/disruptor/).

Unfortunately every piece of code i

5条回答
  •  野性不改
    2021-01-31 06:24

    you can see the example here.

    http://code.google.com/p/disruptor/wiki/CodeExampleDisruptor2x

    I have done a simple example by using the above wiki. hope this helps you.

提交回复
热议问题