| 1773 | |
| 1774 | public: |
| 1775 | lambda_fd_watcher(T watchHandlr_a) : watchHndlr(watchHandlr_a) |
| 1776 | { |
| 1777 | // |
| 1778 | } |
| 1779 | |
| 1780 | rearm fd_event(event_loop_t &eloop, int fd, int flags) |
| 1781 | { |
nothing calls this directly
no outgoing calls
no test coverage detected