iainctduncan/scheme-for-max

BUG: when delay errors in wrong thread, callback still there

Closed this issue · 1 comments

need to fix the delay functions so they don't leave a callback registered that will never get used when they are called from the wrong thread and cause an error

should be fixed with new delay overhaul