Commit 6ea2cb36 authored by Max Kellermann's avatar Max Kellermann

event/Thread: remove unused method StopAsync()

parent 199c8aaa
......@@ -46,15 +46,6 @@ public:
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();
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment