I/O Completion Ports Implementation

Alexandre Julliard julliard at winehq.org
Tue Nov 11 15:02:35 CST 2003


Robert Shearman <R.J.Shearman at warwick.ac.uk> writes:

> This has been hanging around in my tree for a while. This is useful for RPC 
> and for eventually implementing QueueUserWorkItem.
>
> Changelog:
> Implement I/O completion ports

You should use the normal waiting mechanisms, instead of creating a
new type of waiting request which requires exporting a bunch of
private functions. This means there should be only a single
remove_io_completion request, and the wait should be done with a
standard WaitForSingleObject.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list