starlight-go/starlight

TODO: Implement channels

Opened this issue · 0 comments

shouldn't be hard, but need to work out the best ergonomics from python. Probably ch.send(foo) and ch.recv(foo) .... but possibly could implement <- operator support? I haven't looked into that much yet.