Open antonvice opened 6 months ago
Hi there, thanks for your suggestion! I will try for better.
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.
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?