coroutine icon indicating copy to clipboard operation
coroutine copied to clipboard

coroutine: support composing coroutines in durable mode

Open achille-roussel opened this issue 2 years ago • 0 comments

To support composition of coroutines, serialization of the coroutine context must be shared across all coroutines sharing the same scope.

To achieve this, we need the coroutine.Context type to implement types.Serializable and types.Deserializable; this will allow serialization of coroutines found in the scope of other coroutines within a single state.

achille-roussel avatar Oct 02 '23 17:10 achille-roussel