5 ms·
I've been implementing go-style channels in Python. Check it out here: https://github.com/stuglaser/pychan https://github.com/stuglaser/pychan Blocking on mul
by stuglaser 13y ago
I've been implementing go-style channels in Python. Check it out here: https://github.com/stuglaser/pychan https://github.com/stuglaser/pychan
Blocking on multiple channels works (chanselect).