input/async: add method IsPaused()
This commit is contained in:
@@ -85,6 +85,10 @@ protected:
|
|||||||
|
|
||||||
void Pause();
|
void Pause();
|
||||||
|
|
||||||
|
bool IsPaused() const {
|
||||||
|
return paused;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Declare that the underlying stream was closed. We will
|
* Declare that the underlying stream was closed. We will
|
||||||
* continue feeding Read() calls from the buffer until it runs
|
* continue feeding Read() calls from the buffer until it runs
|
||||||
|
Reference in New Issue
Block a user