PennController for IBEX › Forums › Support › About timeouts › Reply To: About timeouts
August 3, 2023 at 8:58 am
#10804
Jeremy
Keymaster
It won’t make a difference, since the wait
command will be released as soon as getTimer("timeout").stop()
from the callback
command has been executed; the command getAudio('keyPressAudio').play()
inside callback
will just run in parallel to getImage('stimuli').remove()
and the commands coming after that (including the set
commands further down) from the main thread
Jeremy