Clean test.
This commit is contained in:
parent
5a4596862b
commit
23a0b8f77b
6 changed files with 131 additions and 92 deletions
|
|
@ -78,6 +78,8 @@ public:
|
|||
* @return true if stopped
|
||||
*/
|
||||
virtual bool isStopped(void) const = 0;
|
||||
|
||||
virtual void receive(void) = 0;
|
||||
|
||||
protected:
|
||||
std::mutex m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue