this is great sriram. it doesn't handle the case that i was most
interested in, ie the ability to create an actor using a lambda, eg
kilim.start( () -> { Task.sleep(1000); System.out.println("hello world"); } );
i added a demo example (Dummy) which exposes a few limitations: void
returns weren't handled, and the callsites don't get generated (if i
understand the terminology correctly). i have a fix for the first
issue, and a kludge for the second
https://github.com/kilim/kilim/pull/37
believe i can fix the second issue correctly, but won't have time for
a few days. thanks for the java8 support - this is really sexy and i'm
excited
seth
> --
> You received this message because you are subscribed to the Google Groups "kilimthreads" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
kilimthreads...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.