Function: addContinuation()
function addContinuation(context, newContinuation): void;
Adds a new continuation to the context.
Parameters
• context: Context
The context to add the continuation to.
• newContinuation: Continuation
The new continuation to add.
Returns
void