Skip to content

cmUVHandlePtr: Add uv_timer_ptr::stop and uv_idle_ptr::{start,stop} methods

Brad King requested to merge brad.king/cmake:uv-handle-start-stop into master

These were missing w.r.t. the established pattern on other handle wrappers.

Add dedicated test to cover cmUVHandlePtr types, starting with the case added by !8980 (merged).

Edited by Brad King

Merge request reports