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
The loom proposal mentions that Loom should theoretically allow continuation cloning. There's an implementation thesis I read that I can't find right now that seems to describe a serialization API for continuations that returns an array of ContinuationStackFrame that allows access to local variables, etc, and allows reinstating a continuation.
With all that in mind, I think multishot might theoretically be possible. Could be something to look into!
The text was updated successfully, but these errors were encountered:
The loom proposal mentions that Loom should theoretically allow continuation cloning. There's an implementation thesis I read that I can't find right now that seems to describe a serialization API for continuations that returns an array of
ContinuationStackFrame
that allows access to local variables, etc, and allows reinstating a continuation.With all that in mind, I think multishot might theoretically be possible. Could be something to look into!
The text was updated successfully, but these errors were encountered: