We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3a06f commit fbfe5c9Copy full SHA for fbfe5c9
Disruptor/初识Disruptor框架.md
@@ -19,9 +19,12 @@ Martin Fowler在自己网站上写了一篇LMAX架构的文章,LMAX是一种
19
5. 使用内存屏障
20
6. 序号栅栏机制
21
22
+
23
24
# 3 相关概念
25
-
26
+
27
28
29
**Disruptor**:是使用`Disruptor`框架的核心类,持有`RingBuffer`、消费者线程池、消费者集合`ConsumerRepository`和消费者异常处理器`ExceptionHandler`等引用;
30
@@ -131,7 +134,7 @@ public class LongEventMain
131
134
输出结果:
132
135
133
136
-
137
+
138
139
参考:https://lmax-exchange.github.io/disruptor/user-guide/index.html
140
0 commit comments