NAME
UniEvent::Resolver::Request - resolver address resolution request
DESCRIPTION
The reference to the request is always kept in the UniEvent::Resolver object itself; that means loosing (or undef
'ing) request object will not lead to the request cancellation.
METHODS
cancel()
Cancels started address resolution request. Callback will be called with UE::SystemError::operation_canceled
error.