'How to use Python Gevent and GoLang functions
I have the function written in GoLang and shared to python via a shared C library. The Golang function will be sending network requests continuously. To sped up the process, I am using Python Gevent. However in Gevent we must yield control so that Gevent can run another Greenlet. I was wondering how to yield control in Golang so Gevent can move on to the next Greenlet ( next function call)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
