|
|
|
|
|
by tmalsburg2
1302 days ago
|
|
I think a lot of packages are not yet using threads. And to be honest, I'm a bit scared of packages starting to use threads because there are a million ways in which you can mess up with threads especially given Emacs’ architecture. What if two threads start manipulating the same buffer? Emacs wasn’t built with these scenarios in mind. But perhaps I'm too pessimistic and there are good answers for that. |
|
Instead it’s backwards, now we have hard-to-use concurrency primitives and still shitty UIs.