SandboxCase.Sandbox.FunWithFlags (sandbox_case v0.3.12)

Copy Markdown View Source

Sandbox adapter for FunWithFlags. Works with vanilla FunWithFlags — no fork required.

On setup, patches FunWithFlags.Store and FunWithFlags.SimpleStore to check the process dictionary for sandbox overrides, then starts a pool of isolated ETS tables.

config :sandbox_case,
  sandbox: [fun_with_flags: true]

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.