Fix name of std_event::unlock_and_signal_one_for_destruction().
This commit is contained in:
parent
f5ca0e1863
commit
e759dc58b0
@ -75,7 +75,7 @@ public:
|
||||
|
||||
// Unlock the mutex and signal one waiter who may destroy us.
|
||||
template <typename Lock>
|
||||
void unlock_and_signal_one(Lock& lock)
|
||||
void unlock_and_signal_one_for_destruction(Lock& lock)
|
||||
{
|
||||
ASIO_ASSERT(lock.locked());
|
||||
state_ |= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user