For prio, it would be useful to check if the sandbox has been created and create it if not. I know that we can only expose a sandbox.is_created() that may have concurrency concerns, but maybe that's still better than nothing? Maybe not though and the right things is to just keep track of this outside rlbox. WDYT?
For prio, it would be useful to check if the sandbox has been created and create it if not. I know that we can only expose a
sandbox.is_created()
that may have concurrency concerns, but maybe that's still better than nothing? Maybe not though and the right things is to just keep track of this outside rlbox. WDYT?