create_context_manager.Rd
Context manager
create_context_manager(on_enter, on_exit, args = NULL)
function to run before entering context
function to run after taking actions
Optional list of arguments supplied to `on_enter` function.
S3 class ContextManager