search for: write_async

Displaying 1 result from an estimated 1 matches for "write_async".

2004 May 20
0
Latest win32-file commit
...ink. Second, I''m not entirely sure how to handle overlapped IO. If a user passes File::OVERLAPPED | File::NO_BUFFERING, should we automagically pass an overlapped structure to the method? Or should we decree that all write operations are asynchronous? Or perhaps create a separate "write_async" method that calls WriteFileEx()? Please let me know your thoughts. Thanks. Dan