Browse Source

Updated files

master
adiao 3 years ago
parent
commit
8c3801a821
  1. 2
      资产系统开发笔记.md

2
资产系统开发笔记.md

@ -458,7 +458,7 @@ public class DisruptorConfig {
1. 创建一个DisruptorPublisher类: 1. 创建一个DisruptorPublisher类:
``` ```java
Copy code Copy code
public class DisruptorPublisher<T> { public class DisruptorPublisher<T> {
private RingBuffer<T> ringBuffer; private RingBuffer<T> ringBuffer;

Loading…
Cancel
Save