You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2922: Uninterruptible close r=coot a=coot
'Network.Socket.close' is interruptible by asynchronous exceptions
because it is using using `closeFdWith` from `base`, which could block,
although for a very short time (by accessing IO manager MVar's shared
between different threads).
Co-authored-by: Marcin Szamotulski <[email protected]>
0 commit comments