More on java continuations
Seems there is another implementation of java continuations out there. It’s called RIFE. It’s not using BCEL but ASM which is supposed to be a much faster and slimmer byte code engineering library than BCEL. Having a look into KAWA might also help finding a different approach on java continuations. Seems like they are using Exceptions for it. Interesting ..need to have a closer look.