chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.97k stars 1.22k forks source link

per-op cancellation on windows::basic_object_handle::async_wait #1533

Open klemens-morgenstern opened 1 month ago

klemens-morgenstern commented 1 month ago

Hi Chris,

I am using a windows::basic_object_handle in boost.process v2 for async_wait on the process. Is it possible to add per-op cancellation support to the object handle so implementing a timed-wait for a process becomes trivial?