Skip to content

markusheiden/serialthreads

Repository files navigation

Serial threads

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

Build

./gradlew build

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?

About

Allows to execute many serial threads on one java thread.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages