<@U0H8K7DEV> the problem with serializable corouti...
# eap
k
@Ian the problem with serializable coroutines is that you can't control what you should serialize. Coroutines can be closures, so to serialize them you have to serialize outer scope, including
this
, and, possible, all outer
this
.