Function: SB-SYS:ADD-FD-HANDLER

package type github

Arrange to call FUNCTION whenever FD is usable. DIRECTION should be either :INPUT or :OUTPUT. The value returned should be passed to SYSTEM:REMOVE-FD-HANDLER when it is no longer needed.

Lambda list

(sb-impl::fd sb-impl::direction function)