module XDR::Namespace
A thin wrapper around ActiveSupport::Autoload configured to always eager_load a child. By calling `load_all!` on the namespace module, all children will be eager loaded, allowing us to more easily operate in a multi-threaded environment.