This repository was archived by the owner on Jul 26, 2023. It is now read-only.
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
Async wrappers for overlapped I/O #500
Closed
Description
Overlapped I/O in Win32 maps to async I/O in .NET.
There's some boilerplate code that needs to be written to make overlapped I/O functions behave as async methods in .NET. For example, here's how .NET Core does it for the FileStream.
Are these async wrappers for I/O operations in scope for dotnet/pinvoke?
Metadata
Metadata
Assignees
Labels
No labels