pub trait SSS: Send + Sync + 'static { }
Thread safe (items and fns) Sync and Send is required by Nucleo