Commit c024947b authored by captainwong's avatar captainwong

update

parent 744f4c1c
......@@ -100,7 +100,7 @@ protected:
OnWriteCompleteCallback onWrite_ = nullptr;
NewClientCallback newClient_ = BaseClient::createDefaultClient;
//! ߳
//! number of worker threads
int threadNum_ = 1;
int curThreadId_ = -1;
std::mutex mutex_{};
......
......@@ -6,6 +6,9 @@
#include <queue>
#include <mutex>
#ifdef max
#undef max
#endif
namespace jlib {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment