-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
ExpertNeededFixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.OS-WindowsThinking
Milestone
Description
In order to use the runtime poller with os.File
on Windows, the file or pipe will have to be opened with FILE_FLAG_OVERLAPPED
. We shouldn't do that unconditionally unless we can remove it if the program calls the Fd
method. Programs currently expect the Fd
method to return a handle that uses ordinary synchronous I/O.
joelhandwell
Metadata
Metadata
Assignees
Labels
ExpertNeededFixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.OS-WindowsThinking