socketry / async-io

Concurrent wrappers for native Ruby IO & Sockets.
MIT License
209 stars 28 forks source link

Expose `close_on_exec:` option in shared endpoint. #49

Closed ioquatix closed 3 years ago

ioquatix commented 3 years ago

Description

Sometimes we want to pre-bind endpoints without inheriting them by child processes.

Types of Changes

Testing