Add experimental TCP and UDP streams

This commit is contained in:
badaix 2019-11-24 18:24:39 +01:00
parent 6e138ff49f
commit 646c7593c1
9 changed files with 365 additions and 7 deletions

View file

@ -97,7 +97,7 @@ protected:
std::thread thread_;
std::atomic<bool> active_;
virtual void worker() = 0;
virtual void worker(){};
virtual bool sleep(int32_t ms);
void setState(const ReaderState& newState);