majek/lua-channels

"Go-style channels in Lua" -- i.e. CSP channels done with an implementation of Go's channel algorithm on top of Lua's coroutines. Neat.

to channels concurrency csp go lua scheduling ... on 08 September 2013

Concurrent Idioms #1: Broadcasting values in Go with linked channels. « Savoury Morsels

Not really an idiom, since he says he's not found a use for it yet, but it's a cute trick: using buffered channels as shared variables.

to buffering channels concurrency go ... on 19 January 2011

Tags related to channels

- channels
 
1 buffering
2 channels
2 concurrency
1 csp
2 go
1 lua
1 scheduling