workstealingqueue专题

brpc:WorkStealingQueue

代码 #ifndef BTHREAD_WORK_STEALING_QUEUE_H#define BTHREAD_WORK_STEALING_QUEUE_H#include "butil/macros.h"#include "butil/atomicops.h"#include "butil/logging.h"namespace bthread {template <typename T>