You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 implementtypes.Serializable
andtypes.Deserializable
; this will allow serialization of coroutines found in the scope of other coroutines within a single state.The text was updated successfully, but these errors were encountered: