[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Module for easy multithreading
- From: Hisham <h@...>
- Date: Fri, 29 Sep 2017 12:15:18 -0300
On 29 September 2017 at 10:13, Илья Удалов <udalovilia@gmail.com> wrote:
> Hi,
>
> Take a look at new gorgeous lua module for multithreading - Effil.
> Main feature are:
> - thread safe tables.
> - threads can be paused/resumed and canceled.
> - FIFO channels.
>
> Install it from luarocks: luarocks install effil
> Sources hosted on GitHub https://github.com/effil/effil
> Blog post about Effil:
> https://mihacooper.github.io/effil/lua/2017/09/28/effil/
Looking really good! I really like the documentation! I'll give it a
spin next time I need to work with threads. :)
-- Hisham