Pass Go file descriptors and connections between different OS processes.
|
7 years ago | |
---|---|---|
example | 9 years ago | |
LICENSE.MIT | 10 years ago | |
README.md | 7 years ago | |
fd.go | 7 years ago | |
fd_test.go | 10 years ago |
Package fd provides a simple API to pass file descriptors between different OS processes.
It can be useful if you want to inherit network connections from another process without closing them.
Example scenario: