Zebediah Figura : quartz/filesource: Use a completion port to handle asynchronous requests.

Alexandre Julliard julliard at winehq.org
Thu Jan 30 16:10:22 CST 2020


Module: wine
Branch: master
Commit: abac070387f908f853f38eddc67206ff7c657ae2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=abac070387f908f853f38eddc67206ff7c657ae2

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Wed Jan 29 19:56:59 2020 -0600

quartz/filesource: Use a completion port to handle asynchronous requests.

Thus simplifying the code and allowing us to handle more than 63 at once.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/filesource.c       | 376 ++++++++++++++++-------------------------
 dlls/quartz/tests/filesource.c |  26 ++-
 2 files changed, 173 insertions(+), 229 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=abac070387f908f853f38eddc67206ff7c657ae2



More information about the wine-cvs mailing list