Re: [javaflow] Continuation.startSuspendedWith(Runnable)

2005-08-15 Thread Torsten Curdt
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

[javaflow] Continuation.startSuspendedWith(Runnable)

2005-08-13 Thread Kohsuke Kawaguchi
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