Commit 229937b5 authored by Jason Madden's avatar Jason Madden

Add #1190 to changelog. [skip ci]

parent a59e9c77
......@@ -38,6 +38,10 @@
- A started monitor thread for the active hub now survives a fork. See
:issue:`1185`.
- The greenlet tracer functions used for the various monitoring
capabilities are now compiled with Cython for substantially lower
overhead. See :pr:`1190`.
- libuv now collects all pending watchers and runs their callbacks at
the end of the loop iteration using UV_RUN_ONCE. This eliminates the
need to patch libuv to be greenlet-safe.
......
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