Public proactor API?

Is there any access to the IOCP wait_for_handle functionality without going through the ugliness violation of an access to loop._proactor? I couldn’t find any calls to it in the main codebase outside of very tightly coupled code, all of which accessed that private property, and none of which re-exported it publicly… I’m hoping I’m missing something

https://github.com/python/cpython/blob/v3.14.0rc1/Lib/test/test_asyncio/test_windows_events.py#L183C20-L183C34