double v0.6.4 Double.Eval

This is a simple GenServer that does a Code.eval_string while ignoring module conflict warnings. The need for a GenServer is to prevent two evaluations from executing simultaneously which has been observed to output the module conflict warnings due to the global nature of the setting.

Summary

Functions

eval(code)
start_link()