Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix: fix bug in hpc_task_queue (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhao liwei authored and neverchanje committed May 29, 2020
1 parent d770b52 commit 1aa539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tools/hpc/hpc_task_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace dsn {
namespace tools {
class hpc_concurrent_task_queue : public task_queue
{
moodycamel::details::mpmc_sema::LightweightSemaphore _sema;
moodycamel::LightweightSemaphore _sema;
struct queue_t
{
moodycamel::ConcurrentQueue<task *> q;
Expand Down

0 comments on commit 1aa539b

Please sign in to comment.