Erlang 是否有办法获得当前的延续?

Does Erlang have a way to get the current continuation?

Erlang 是否有办法具体化当前的延续?我在想 Scheme/Racket 的 call-with-current-continuationlet/cc.

我知道在延续和并发方面存在一些问题。 (我正在阅读一篇关于 "subcontinuations" 的论文,其中正在讨论其中的一些问题。)

Erlang 不支持此功能。