I know that .Net Core can run on Mac and Unix.
What happens to Win32 classes like the overlapped I/O and how do an I/O request packet translate into Unix?
If I correctly understand, those win32 classes and structures are the basis of async
/await
with P/Invoke I/O instructions.