Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 535 Bytes

File metadata and controls

30 lines (20 loc) · 535 Bytes

Serial threads

Allows executing many serial threads on one java thread. This is done by capture and restore the call stack.

Build

./gradlew build

Publish locally

./gradlew publishToMavenLocal

TODO

  • Lambdas cannot be interrupted.
  • Exceptions are not handled for interruptible methods.

Introduce paramThread() etc.??? Name locals --Name labels? MetaInfo.addTag()? Check tail call impl. Remove old todos?

Detect interruptible lambdas? -> Change signatures.

Add installer?