Tuesday, August 20, 2019

Re: mutex ?

Kelly <mckelly2833@gmail.com> wrote:

> Hi,
>
> Is there any suggestion for a mutex lock/unlock in vim ?
> I want to protect some logging code in my plugin from being executed concurrently.
>
> thx always for everything vim,
> -m

Vim is single threaded, so there should be no need
for mutexes.

Dominique

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAON-T_iyw2FRAPn6XAnng60a-kiGfALm7u6oSp2Ri4hqXKguww%40mail.gmail.com.

No comments: