mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #2157
6a23cd07
Add notification on stop (Jethro Grassie)
This commit is contained in:
commit
e050853ed3
@ -59,6 +59,7 @@ void rdln::readline_buffer::start()
|
||||
void rdln::readline_buffer::stop()
|
||||
{
|
||||
std::unique_lock<std::mutex> lock(process_mutex);
|
||||
have_line.notify_all();
|
||||
if(m_cout_buf == NULL)
|
||||
return;
|
||||
std::cout.rdbuf(m_cout_buf);
|
||||
|
Loading…
Reference in New Issue
Block a user