macro_rules! ray_once { () => { ... }; ($($value:expr),+ $(,)?) => { ... }; }
Send values to Ray only once from the callsite.
use ray::ray_once; ray_once!("only once");