Results 6 issues of mihacooper

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.

enhancement
research

Make research about it performance and compare with regular variables + mutexes

enhancement
help wanted
research

add method to get thread's id, think about semantic

enhancement

We need to extend travis CI config and adapt tests/Effil to work with LuaJIT2.1

enhancement
help wanted