Bo Liu
Results
3
issues of
Bo Liu
An example to demonstrate it: ``` #include #include #include "folly/MPMCQueue.h" int main() { folly::MPMCQueue q(1024); std::thread t([&q](){ int i; std::cout
Thinking using it for hft
As far as I understand, framed transport doesn't support out of order responses on the connection. Can someone provide some insights?