Description
POE applications can resolve hostnames and addresses asynchronously while the event loop keeps running. This helps network tools avoid pauses when DNS or resolver calls take time.
It is a developer networking library. Resolver results should be treated as network input and handled with timeouts, errors, and clear fallback behavior.