Function ReactorFD.passivify

Take an FD out of the control of the reactor

FD passivify () @nogc @safe;

This has the same effect as close, except the fd itself remains open.

Returns

The FD (rvalue) controlling the underlying OS fd.