Hacker News new | ask | show | jobs
by Yaser_Amiri 1402 days ago
I actually tried to build a CSP interface on top of AsyncIO, It's still experimental an I haven't developed it for sometime but you know, It works.

https://github.com/Yaser-Amiri/one-ring/blob/main/docs/sampl...

As long as GIL exists with current conditions, we will not have a Go-like CSP, but that's about scheduling, not the CSP itself.

1 comments

Well that's the thought: GIL-less Python is coming, at which point we can actually have something like this and it'll just work.