Channel:send和receiveBlockingQueue:put和takeBlockingQueue是Blocking;Channel可以使用suspend
https://github.com/LMAX-Exchange/disruptor官網https://lmax-exchange.github.io/disruptor/
跟ArrayBlockingQueue的效能比較https://lmax-exchange.github.io/disruptor/#_whats_the_big_deal
Mavenhttps://mvnrepository.com/artifact/com.lmax/disruptor C#版https://github.com/disruptor-net/Disruptor-netREF:springboot專案使用Disruptor做內部訊息佇列https://blog.csdn.net/buertianci/article/details/105327031LMAX平臺使用該框架對訂單處理速度能達到600萬TPSDisruptor與BlockingQueue壓力測試性能對比https://blog.csdn.net/danielzhou888/article/details/86683771