EvaluationSupervisor (gt_bridge v0.17.2)

Copy Markdown View Source

I supervise children that evaluate arbitrary Elixir code (Similar to IEx).

In particular I expect the host platform to spawn up multiple instances of children, so I am a DynamicSupervisor.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg)