I\'d have some code that needs to be run as the result of a particular interrupt going off.
I don\'t want to execute it in the context of the interrupt itself but I
The "more official way" or rather the conventional method is to use a priority based preemptive multi-tasking scheduler and the 'deferred interrupt handler' pattern.