Instance: rename Shutdown() to Break()
This commit is contained in:
@@ -97,9 +97,9 @@ struct Instance final
|
||||
~Instance() noexcept;
|
||||
|
||||
/**
|
||||
* Initiate shutdown. Wrapper for EventLoop::Break().
|
||||
* Wrapper for EventLoop::Break(). Call to initiate shutdown.
|
||||
*/
|
||||
void Shutdown() {
|
||||
void Break() {
|
||||
event_loop.Break();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user