event/Thread: remove unused method StopAsync()
This commit is contained in:
parent
199c8aaa25
commit
6ea2cb3644
@ -46,15 +46,6 @@ public:
|
|||||||
|
|
||||||
void Start();
|
void Start();
|
||||||
|
|
||||||
/**
|
|
||||||
* Ask the thread to stop, but does not wait for it. Usually,
|
|
||||||
* you don't need to call this function, because Stop()
|
|
||||||
* includes this.
|
|
||||||
*/
|
|
||||||
void StopAsync() {
|
|
||||||
event_loop.Break();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Stop();
|
void Stop();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user