emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Asynchronous DNS


From: Stefan Monnier
Subject: Re: Asynchronous DNS
Date: Sat, 23 Jan 2016 23:49:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> (resolve-name "foo.bar"
>   (lambda (status ip)
>     (make-network-process :host "foo.bar" :ip ip ...)))

If possible, I'd rather the async-dns-resolution be done directly as
part of make-network-process.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]