Function hal_sim::web::handle

source ·
pub async fn handle<S, R>(
    sender: S,
    receiver: R,
    pins: &SharedPins,
    pins_changes: Option<&HandlerPinChanges>,
    displays: &SharedDisplays,
    displays_changes: Option<&HandlerDisplayChanges>,
    notification: &Notification
) -> Result<(), S::Error>where
    S: Sender<Data = WebEvent>,
    R: Receiver<Data = Option<WebRequest>, Error = S::Error>,