This website requires JavaScript.
Explore
Help
Sign In
eaglercraft
/
eagler-teavm-fork
Watch
1
Star
0
Fork
0
You've already forked eagler-teavm-fork
mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced
2024-12-22 16:14:10 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e6e52d1be5
eagler-teavm-fork
/
teavm-core
History
Steve Hannah
e6e52d1be5
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
..
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
Ignores eclipse files
2013-09-24 00:11:28 +04:00
pom.xml
Switch version to 0.3.0-SNAPSHOT
2014-10-13 17:33:25 +04:00