Add notification on stop

pull/95/head
Jethro Grassie 7 years ago
parent 605ad09a3e
commit 6a23cd07aa
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB

@ -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…
Cancel
Save