Closed achille-roussel closed 1 year ago
This PR addresses one of the TODO I had left in the unix provider.
I unified the models between the internal pipe and accept functions, both accept a flags argument now to configure whether the file descriptors will be set to non-blocking mode.
pipe
accept
flags
This PR addresses one of the TODO I had left in the unix provider.
I unified the models between the internal
pipe
andaccept
functions, both accept aflags
argument now to configure whether the file descriptors will be set to non-blocking mode.