[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Continuations based Java framework for asynchronous processes development
> This would make more sense to me if it were
> mc.resume("Hello World!!!");
>
> Typo, or my misunderstanding?
MethodCall object contains information about method call :-) : target
object, method and parameters list, that's it.
Because we are using thread semantics thread should be resumed (variable
atct).
I agree, your logic makes sense, but it's not the logic average Java
developer uses :-) .
Serguei Mourachov