top | item 32412625

(no title)

Yaser_Amiri | 3 years 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.

discuss

order

XorNot|3 years ago

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.