Netdex / android-usb-script

An Android app that allows you to script USB gadgets (work-in-progress).
MIT License
37 stars 12 forks source link

Allow thread interrupt rather than adhoc cancellation for Lua scripts #8

Closed Netdex closed 4 years ago

Netdex commented 4 years ago

Instead of using cancelled flag, use Thread.sleep call of delay to interrupt running interpreter thread