Replies: 1 comment 1 reply
-
Maybe, but this probably isn't the right repo to come asking at. I'm not sure any of us on the Terminal team are familiar with those. @mattwojo any ideas where the documentation for kernelbase apis lives? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Historically, non-blocking style I/O was supported for Named Pipes via the
PIPE_NOWAIT
flag, however that lacked readiness notification support. Windows 10 instead comes with two new APIs:NamedPipeEventSelect
,NamedPipeEventEnum
(kernelbase.dll) which fill the gap. Would it be possible to document the two new APIs?Beta Was this translation helpful? Give feedback.
All reactions