Commit 51213160 authored by Max Kellermann's avatar Max Kellermann

input/async: add method IsPaused()

parent 68bdfa9d
......@@ -85,6 +85,10 @@ protected:
void Pause();
bool IsPaused() const {
return paused;
}
/**
* Declare that the underlying stream was closed. We will
* continue feeding Read() calls from the buffer until it runs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment