<@U0YD63XDY> That is a great PoC. We plan to impro...
# coroutines
e
@pdvrieze That is a great PoC. We plan to improve serializability for coroutines by turning all the magic constants (
UNDEFINED
and
RESUME
) into instance internal enums and make various xxxContinuation classes implement
Serializable
. This will not make the whole serialization story entirely trivial, though, because you’ll still have to carefully rip out and reinstall contexts when serializing/deserializing coroutines.