lua-channels
lua-channels copied to clipboard
Go style channels in pure Lua
Results
2
lua-channels issues
Sort by
recently updated
recently updated
newest added
Add `Channel:recv()` with timeout support, please check the `recv_timeout` testing function..
It's pretty useful combined with a channel being an iterator in the for loop.