Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the named pipe as async pipe? #224

Open
heimao63531 opened this issue Nov 19, 2021 · 0 comments
Open

How to use the named pipe as async pipe? #224

heimao63531 opened this issue Nov 19, 2021 · 0 comments

Comments

@heimao63531
Copy link

heimao63531 commented Nov 19, 2021

i check the code in the pipe.go, and found it will create a SYNCHRONIZE pipe in makeServerPipeHandle.
access := uint32(syscall.GENERIC_READ | syscall.GENERIC_WRITE | syscall.SYNCHRONIZE)
However, i'd love to create an async pipe , how can i make it? would you provide an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant