mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
The lock provided to lua as micro.Lock does not really work: an attempt to use it via micro.Lock:Lock() results in an error: Plugin initlua: init:260: attempt to call a non-function object stack traceback: init:260: in main chunk [G]: ? The reason is that the value that is provided to lua is a copy of the mutex, not the mutex itself. Ref #1539 |
||
|---|---|---|
| .. | ||
| clean.go | ||
| debug.go | ||
| initlua.go | ||
| micro.go | ||
| micro_test.go | ||