Skuld.Coroutine.Completed (skuld v0.27.1)
View SourceFiber that finished successfully.
Env semantics
env is the final environment snapshot — scope, accumulated state
(Writer logs, State values, etc.) as they were when the computation
returned. The scheduler extracts env.state into shared pool state.
Summary
Types
@type t() :: %Skuld.Coroutine.Completed{ env: Skuld.Comp.Env.t(), id: reference(), result: term() }