mihacooper
mihacooper
closes #159
Please take a look at this proposal. It works like that: ``` local m = effil.mutex() m:unique_lock(function() -- write end) m:shared_lock(function() -- read end) if not m:try_unique_lock(function() -- ok, you...
We want to create a thread pool over out threads and channels. To do that we should perform research for proper implementation and API design.
Make research about it performance and compare with regular variables + mutexes
We need to extend travis CI config and adapt tests/Effil to work with LuaJIT2.1