We are considering making “coroutine” serializable...
# announcements
o
We are considering making “coroutine” serializable, but it hasn’t been yet decided on the details. Serializing the state itself is no problem, but suspended coroutine might capture some external data, e.g. variables shared between different parts of the coroutine. It has to be carefully designed what is and what is not serialized. I’m afraid serialization is not going to happen in the very first version of coroutines.
👍 2