thlorenz / libuv-dox

Documenting types and methods of libuv, mostly by reading 'uv.h'.
https://github.com/joyent/libuv
MIT License
252 stars 30 forks source link

'uv_walk' could pertain to the loop section rather than the handle section. #6

Open neoxic opened 10 years ago

neoxic commented 10 years ago

Not sure if it can be considered an issue, but if you really follow correctness, it looks to me like the uv_walk method is more about a loop than a handle.

neoxic commented 10 years ago

Whereas uv_ref/unref/has_ref pertain to a handle rather than a loop.