ReactorFD.passivify

Take an FD out of the control of the reactor

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

struct ReactorFD
@safe @nogc
passivify
()

Return Value

Type: FD

The FD (rvalue) controlling the underlying OS fd.

Meta