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