On 13.08.2005, at 23:47, Kohsuke Kawaguchi wrote:
Torsten,
While implementing the workflow engine, I found that it's
convenient to be able to create a Continuation without actually
executing it. This is analogous to creating a thread in a suspended
state.
While this can be easily emul
Torsten,
While implementing the workflow engine, I found that it's convenient to
be able to create a Continuation without actually executing it. This is
analogous to creating a thread in a suspended state.
While this can be easily emulated by wrapping the Runnable into the
following Runnabl