application service request into the queue (instead of calling the watch callbacks - may be in a setTimeout - 'myself'),
You could do an emit on trigger and catch the event in another bit of the code which would get executed next idle...
emit
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You could do an
emit
on trigger and catch the event in another bit of the code which would get executed next idle...