How Celery fixed Python’s GIL problem

tl;dr: this explains how Celery obsoletes GIL and coroutines Recently I’ve been rereading the great Unyielding post by Glyph. If you haven’t read it – go read it. I’ll be summing it up below but it’s worth your time to read the original. I’ve been looking at the problem

Source: How Celery fixed Python’s GIL problem

 

Raony Guimaraes