Hacker News new | ask | show | jobs
by stuglaser 4757 days ago
I've been implementing go-style channels in Python. Check it out here: https://github.com/stuglaser/pychan

Blocking on multiple channels works (chanselect).