nova
nova copied to clipboard
New plugin handler
With this PR we are enhancing plugins;
- Now plugins can contain a global state. This is particularly useful when the plugin needs to have a common data-structure ie ETS-table etc.
- We've moved into using
fun M:F/A
-syntax instead ofErlang:apply
- A new process is started that handles startup of plugins gracefully (nova_plugin_manager)