예제 #1
0
 /// <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);
 }