# disruptor **Repository Path**: liunix61/disruptor ## Basic Information - **Project Name**: disruptor - **Description**: disruptor concurency pattern in c++ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README disruptor-- c++ implementation of LMAX's disruptor pattern. Your compiler needs to support C++0x standard in order to use this implementation. Currently only tested with GCC 4.6.1 on Linux.