Hacker News new | ask | show | jobs
by temporarely 828 days ago
Kilim was the first for Java iirc.

Interesting point regarding scheduler and the interruptibility of FFI calls. Just thinking about it I don't see how this can be addressed. So definitely interested in learning here: what is the remedy to your criticism here beyond "document behavior"?

1 comments

> Kilim was the first for Java iirc.

No, the JDK had builtin green-threads behind a command line flag around Java 1.1 on Solaris.

fibers, not threads (regardless of color). "loom" ..