Commit f135cf83 authored by Denis Bilenko's avatar Denis Bilenko

core: add 'asynccnt' property to loop

parent 38d0fe1d
...@@ -426,6 +426,8 @@ cdef public class loop [object PyGeventLoopObject, type PyGeventLoop_Type]: ...@@ -426,6 +426,8 @@ cdef public class loop [object PyGeventLoopObject, type PyGeventLoop_Type]:
LOOP_PROPERTY(fdchangecnt) LOOP_PROPERTY(fdchangecnt)
LOOP_PROPERTY(timercnt) LOOP_PROPERTY(timercnt)
LOOP_PROPERTY(asynccnt)
#endif #endif
......
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