-
Notifications
You must be signed in to change notification settings - Fork 1.3k
希望能加入线程安全模版队列的支持
#196
-
虽然可以自己实现线程安全队列,但是能收入到libhv使用起来更方便安全。
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
libhv的定位是网络库,不是基础组件库。
线程安全模版队列使用std::deque和std::mutex就可以很方便实现的。
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment