eagler-teavm-fork/teavm-classlib
2015-02-04 13:55:02 -08:00
..
src 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 Doing a lot of things 2013-10-27 12:16:07 +04:00
pom.xml Fix Class.getName(). Fix https://github.com/konsoletyper/teavm/issues/43 2015-01-13 19:17:18 +04:00