emacs-devel
[Top][All Lists]
Advanced

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

Re: Questions about throw-on-input


From: Stefan Monnier
Subject: Re: Questions about throw-on-input
Date: Fri, 15 May 2020 13:31:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Do we have to share data between threads? A thread doesn’t share any data
> can still be useful, speeding up some computations. For example, generating
> completion candidates, providing async completion.

If you don't need to share anything, than `async.el` does the trick.
But in most cases, in order to be able to show completion candidates,
you need to get access to some data.


        Stefan




reply via email to

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