2c2f3f15
by Elizabeth Figura at 2025-09-30T23:05:08+02:00
ntdll: Introduce a helper to wait on a server-side sync object.
Some objects like async or completion waits are internal only, and their
sync logic is still a bit complicated as they have various server side
effects. They are only waited on alone, we can keep using server-side
syncs for them.