pub fn run_when<C, F>(cowns: C, f: F)where C: CownPtrs + Send + 'static, F: for<'l> Fn(C::CownRefs<'l>) + Send + 'static,
Creates a Behavior and schedules it. Used by “When” block.
Behavior