Elliott Linder
Elliott Linder
In your case, the mutexts only lock the thread during the execution of `enter` (i.e it's released and dropped as soon as the `enter` function is finished), therefore another call...
Sorry for being a bit vague, I meant of course that the `Arc` should be shared between all contexts *per runtime*. But if you receive any feedback at their Gitter,...
This was definitely a bit unexpected. With that said, a mutex across all contexts should not be required. It's enough to use thread-local variable (TLS) which tracks the active runtime...
I assume you're running Linux, which distribution are you using?
I was thinking about implementing this but saw that `CreateFileMappingW` is used on Windows for `anonymous` maps. Is there any specific reason `VirtualAlloc` is not used instead?
Is it possible for this to be implemented in before the crate evaluation? Right now this is the only missing feature, preventing me from publishing my [detour](https://github.com/darfink/detour-rs) library. I've been...
Sorry. As often is the case, life gets in the way. I'll make sure to push out a new release as well.
I'd have to agree on this one. Every pattern I have in `neo-hidden-regexp-list` is simply a duplicate from my `.gitignore`. This would be an awesome feature to have.
I am experiencing the same issue. It occurs frequently. One difference in my experience is that the _ag.exe_ process is still running in the task manager, and if I kill...
I have noticed that the ag process is not always visible in the task manager when these freezes occur. If it is, I can always kill the process and emacs...