add `start()` declaration to: https://github.com/pocoproject/poco/blob/c9dc1f9d3c1bb35eebb29de7ea24c420c045c057/Net/include/Poco/Net/SocketReactor.h#L188 ``` void start(); /// Starts the SocketReactor. ``` add `start()` definition to: https://github.com/pocoproject/poco/blob/c9dc1f9d3c1bb35eebb29de7ea24c420c045c057/Net/src/SocketReactor.cpp#L158 ``` void SocketReactor::start() { _stop.exchange(false); } ```
add
start()declaration to:poco/Net/include/Poco/Net/SocketReactor.h
Line 188 in c9dc1f9
add
start()definition to:poco/Net/src/SocketReactor.cpp
Line 158 in c9dc1f9