Long polling is kind of like that, where the connection timeout is infinite, and the server only responds to an HTTP request when something useful is ready to send. That allows the lowest latency for alert notifications from the server via HTTPS protocol
Long polling is not asynchronous, but low latency synchronous comms