Bug 1869053 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This function has not been used since its introduction in 2019.

(It also seems unlikely that a function with this interface is desired.
An AgileReference-produced proxy object's methods necessarily block on
the execution of their implementation object's methods in the original
apartment. If a caller can await on the creation of a COM object, it's
likely that it both can and would prefer to also await on a task that
does all the work with that COM object in its original instantiation
context, rather than subjecting itself to a sequence of mini-stalls by
trying to do the work itself in-thread.)

Depends on D196366
This function has not been used since its introduction in 2019.

Depends on D196366

Back to Bug 1869053 Comment 4