|
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.
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/ — Ilia and Miha |