Replies: 1 comment 5 replies
-
|
Loom only supports single-shot continuations, and there are no plans to add multi-shot. This makes it unsuitable for tasks like stream processing, or logic or probabilistic programming. Additionally, Loom doesn't yet support serializable continuations, though this is something the developers plan to add in the future. I would be thrilled if Loom eventually supports multi-shot continuations. It would make Loom a much simpler alternative to using instrumentation like in javactrl. Perhaps something will be possible once serialization is added. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just came across this implementation of delimited continuations in Java on top of Loom and wondered what your opinion is.
Beta Was this translation helpful? Give feedback.
All reactions