Function handler_into_waker

pub fn handler_into_waker(
    handler: Box<dyn InterestHandler + Sync + Send>,
    interest: InterestType,
) -> Arc<InterestHandlerWaker>