input/async: add method IsPaused()
This commit is contained in:
parent
68bdfa9d0e
commit
5121316036
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue