eagler-teavm-fork/teavm-samples/teavm-samples-async
2015-02-04 13:55:02 -08:00
..
src/main Added preliminary support for keeping track of which thread is currently running. This implementation simply overrides setTimeout() to keep track of the thread that is running. It restores it to the main thread after a thread finishes running. May need to override other async methods e.g. XMLHTTPRequest, but not sure yet. This change may be sufficient if all of our async methods meant to emulate threads use the setTimeout construction. 2015-02-04 13:55:02 -08:00
.gitignore Add sample application to show how CPS generator works 2015-02-01 23:08:42 +04:00
pom.xml Add sample application to show how CPS generator works 2015-02-01 23:08:42 +04:00