On Fri Nov 28 18:05:23 2025 +0000, Paul Gofman wrote:
TL; DR; copying and reusing existing async.c (which are more complicated) will add dead code for more generic async handling and will immediately diverge from other copies anyway.
The IAsyncInfo implementation is the same, and it's where the complicated details reside. The differences are in the various async operation frontend that need to be different because of different result types.