[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
- Re: Questions about throw-on-input, (continued)
- RE: Questions about throw-on-input, Drew Adams, 2020/05/14
- Re: Questions about throw-on-input, Richard Stallman, 2020/05/14
- Re: Questions about throw-on-input, Stefan Monnier, 2020/05/14
- Re: Questions about throw-on-input, Arthur Miller, 2020/05/15
- Re: Questions about throw-on-input, Stefan Monnier, 2020/05/15
- Re: Questions about throw-on-input, Yuan Fu, 2020/05/15
- Re: Questions about throw-on-input,
Stefan Monnier <=
- Re: Questions about throw-on-input, yyoncho, 2020/05/15
- Re: Questions about throw-on-input, Alexander Miller, 2020/05/15
- Re: Questions about throw-on-input, Stefan Monnier, 2020/05/15
- Re: Questions about throw-on-input, Philipp Stephani, 2020/05/15
- Re: Questions about throw-on-input, Andrea Corallo, 2020/05/15
- Re: Questions about throw-on-input, Arthur Miller, 2020/05/15
- Re: Questions about throw-on-input, chad, 2020/05/15
- Re: Questions about throw-on-input, Eli Zaretskii, 2020/05/16
- Re: Questions about throw-on-input, Daniel Colascione, 2020/05/11
- Re: Questions about throw-on-input, Eli Zaretskii, 2020/05/12