Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Pure C implementation of Go channels (github.com/tylertreat)
4 points by udev4096 on Jan 25, 2025 | hide | past | favorite | 2 comments


Doesn't select usually mean "block until at least one of these things is ready"?


Go selects with defaults don't block (unfortunately not supported by this library, but here is one which supports it: https://github.com/rochus-keller/cspchan/).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: