Open neoxic opened 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.
uv_walk
Whereas uv_ref/unref/has_ref pertain to a handle rather than a loop.
uv_ref/unref/has_ref
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.