lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Sorry for the top post. 

Nice stuff. I like the documentation. The little comment over each part of the example code is immensely helpful.  Does the system support Windows? There was nothing I saw immediately and a search of the readme page on my phone gave no hits. ‎I did see reference to vs2015 though. 

I don't know about 'pausability', ‎but I've been looking forward to trying the threading model in cqueues (No windows support though). 

Cheers,
Russ

Sent from my BlackBerry 10 smartphone on the Virgin Mobile network.
From: Илья Удалов
Sent: Friday, September 29, 2017 6:13 AM
To: Lua mailing list
Reply To: Lua mailing list
Subject: Module for easy multithreading

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

Ilia and Miha