pub fn forward_input<I: 'static, O: 'static>( from: &Place<I>, to: &Place<O>, ) -> Out
Forward consumed input value to output place on timeout.