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: Sun, 14 Feb 2016 08:56:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> (progn
>   (make-network-stream ... :nowait t)
>   (set-process-coding-system ...))
> would not block.

Why would we have to block?
Can't set-process-coding-system just set some process fields (to
remember which coding-system to use) and return, and then use those
fields later on when the DNS resolution is done?


        Stefan




reply via email to

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