Saves context on the thread-local context stack. The current context() becomes a copy of that. Needs to be paired with pop.
the new top context, so that you can set a context value immediately.
See Implementation
Saves context on the thread-local context stack. The current context() becomes a copy of that. Needs to be paired with pop.