when creating a `Process`, you can set its `env`: ...
# general
w
when creating a
Process
, you can set its `env`: but to actually get the environment (which is filtered out to encourage sandboxing), you need to request it via the engine, so that when the environment changes, the the relevant
@rules
are invalidated