Distributed coroutines with a native Python extension and Dispatch
Dispatch is a serverless orchestration platform that makes building scalable & reliable production systems a breeze.
For an introduction, check out the announcement blog post: Genesis of a new programming model.
In part 1 of the series, we took a deep dive into Distributed Coroutines, and saw how they’re used by Dispatch:
Coroutines are functions that can be suspended and resumed. Unlike regular functions, coroutines can yield control (and send information back and forth) to another part of the ...
Read more at stealthrocket.tech