Create a `Send + Sync` notifier handle for the Control Plane.
(&self)
| 66 | |
| 67 | /// Create a `Send + Sync` notifier handle for the Control Plane. |
| 68 | pub fn notifier(&self) -> EventFdNotifier { |
| 69 | EventFdNotifier { fd: self.fd } |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | impl Drop for EventFd { |
no outgoing calls