Which OCaml threads currently mostly can’t: only
one running thread can access the heap. OCaml for MultiCore
[3] is an unofficial project to remove this limitation.
Our
description applies to a statically typed language such as OCaml.
In Scheme captured continuations are actually reified into
functions, the continuation is thrown by applying the
function.