libuv/src
Ben Noordhuis 492efb95ff unix: make uv_stop work when embedded
* Make uv_stop() work when libuv is embedded in another event loop.

* Fix a small bug where loop->stop_flag was not reset when mode ==
  UV_RUN_ONCE or UV_RUN_NOWAIT. The next call to uv_run() would return
  immediately without doing any work.
2013-02-25 17:01:02 +01:00
..
unix unix: make uv_stop work when embedded 2013-02-25 17:01:02 +01:00
win unix, windows: add uv_stop, stop running event loop 2013-02-25 16:21:37 +01:00
fs-poll.c unix, windows: make uv_fs_t.statbuf public 2013-02-10 17:50:03 +01:00
inet.c win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
uv-common.c unix, windows: add uv_stop, stop running event loop 2013-02-25 16:21:37 +01:00
uv-common.h windows: closing handles should always keep the loop alive 2012-10-25 15:10:29 +02:00