<@U5PGA5D34> It looks good. It does not really mat...
# coroutines
e
@restioson It looks good. It does not really matter if it is elegant or not, since you would have to write those serialization tricks just once in some kind of a library. From the point of view of user it will just work modulo the fact, that data/locals that user-defined coroutines are using have to be serializable with the serialization framework of your choice. Unfortunately, there is no “one fits all” approach to serialization, but an example of Spark, for example, shows that it is not a barrier to a wide adoption.