goroutine-py icon indicating copy to clipboard operation
goroutine-py copied to clipboard

Great work! Direction?

Open antonvice opened this issue 1 year ago • 2 comments

Hey man, I like your lib, dead simple. Have you thought about adding "channels" and synchronization for goroutines in python? If you are not planning on implementing, have you thought about some way to implement that?

antonvice avatar Apr 18 '24 14:04 antonvice

Hi there, thanks for your suggestion! I will try for better.

purplegrapeZz avatar May 21 '24 17:05 purplegrapeZz

But due to the single-threaded concurrency characteristics of Python, "Channels" are not practical in Python, maybe i will try multi-processing but this lib can not achieve the same performance as Go.

purplegrapeZz avatar May 21 '24 17:05 purplegrapeZz