Commit 166971f authored and committed Nov 24, 2024 · 41 / 41
1 parent a5a3865 commit 166971f Copy full SHA for 166971f
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,22 +200,22 @@ runGenProcess_ fun c _ _ = createProcess_ fun c
200
200
--
201
201
-- @
202
202
-- #if defined(__IO_MANAGER_WINIO__)
203
- -- import GHC.IO.SubSystem ((<!>))
203
+ -- import GHC.IO.SubSystem ((` <!>` ))
204
204
-- import GHC.IO.Handle.Windows (handleToHANDLE)
205
205
-- import GHC.Event.Windows (associateHandle')
206
206
-- #endif
207
207
--
208
208
-- ...
209
209
--
210
- -- #if defined (__IO_MANAGER_WINIO__)
211
- -- return () <!> ( do
212
- -- associateHandle' =< < handleToHANDLE <handle>)
210
+ -- #if defined(__IO_MANAGER_WINIO__)
211
+ -- return () \ <!> do
212
+ -- associateHandle' =\<\ < handleToHANDLE readEnd
213
213
-- #endif
214
214
-- @
215
215
--
216
216
-- Only associate handles that you are in charge of read/writing to.
217
217
-- Do not associate handles passed to another process. It's the
218
- -- process's reponsibility to register the handle if it supports
218
+ -- process's responsibility to register the handle if it supports
219
219
-- async access.
220
220
--
221
221
-- @since 1.2.1.0
You can’t perform that action at this time.
0 commit comments