mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
[TBD] fine-tune code
This commit is contained in:
parent
60276495b5
commit
eef3cc01f0
@ -74,7 +74,7 @@ public:
|
||||
class event {
|
||||
std::atomic<std::size_t>* cnt_ = nullptr;
|
||||
semaphore::handle_t sem_ = semaphore::invalid();
|
||||
uint_t<16> wait_id_;
|
||||
std::size_t wait_id_;
|
||||
|
||||
std::string name() const {
|
||||
return "__IPC_WAIT__" + std::to_string(wait_id_);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user