Merge pull request #2157

6a23cd07 Add notification on stop (Jethro Grassie)
pull/95/head
Riccardo Spagni 7 years ago
commit e050853ed3
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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