HiroakiMikami / atom-alloy

Atom package for [alloy modeling language](http://alloy.mit.edu/alloy/index.html)
MIT License
5 stars 2 forks source link

Enable to cancel "compile", "execute", or "execute-all" commands #10

Closed HiroakiMikami closed 8 years ago

HiroakiMikami commented 8 years ago

This is difficult because of the same reason of #5. I thinks the best way is using Runnable and Thread in Java API and implementing a class like the FutureTask.