pub fn register_plugin_boxed<P: Plugin>(plugin: Arc<RwLock<P>>)
Registers a plugin instance wrapped in an Arc<RwLock<_>>.
Arc<RwLock<_>>