Function of the activation sequence A - & gt; B - & gt; C
Request execution sequence is A - & gt; Activated B - & gt; B - & gt; Activated C - & gt; Back to perform - B & gt; Executive C - & gt; Using A
With C language to write the soft switching function principle is what? This implementation needs to call library function?
Wait for master ~ ~ ~ ~ ~
Design problem: when activated B found B's priority is higher, at this moment need not return A, and direct B (the equivalent of one simple function call), and B C enabled found don't call immediately, and return to B continue; B performed after, how can I will jump directly are executed A, C cannot perform ah, don't know the thinking of design A great god ~ ~ ~ ~ o show · · · · · · ·
CodePudding user response: