[PATCH 1/4] ws2_32: Added register_async helper.

Jacek Caban jacek at codeweavers.com
Wed Apr 5 06:37:01 CDT 2017


This series is a preparation for passing APCs via async_data_t instead 
of getting them as a result of callback. Making server aware of APCs 
will allow moving more logic (like blocking) to server, fixing some 
cases (like tests from this series) and optimising some async cases, 
where callback is not really needed.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/ws2_32/socket.c | 77 
++++++++++++++++++++--------------------------------
  1 file changed, 30 insertions(+), 47 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Added-register_async-helper.diff
Type: text/x-patch
Size: 5183 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170405/7a4a3fef/attachment.bin>


More information about the wine-patches mailing list