/// <summary> /// Stops the event loop, causing <see cref="Run"/> method to end as soon as possible. /// </summary> public void Stop() { this.EnsureCallingThread(); Libuv.uv_stop(this); }