v0.2.1
CHANGELOG:
- Add new (Unix-only)
set_fds_cloexec()
helper - FreeBSD: Don't use the
kern.proc.nfds
sysctl fromclose_open_fds()
(sinceclosefrom()
can be used to provide a performance boost on the BSDs, andkern.proc.nfds
may actually slow that down) - Internal reorganization
- Improved documentation