Function get_signals

Source
async fn get_signals(
    state: Arc<RwLock<State>>,
    tx: Sender<Vec<SignalRef>>,
    id_strings: &[&str],
) -> Result<Vec<u8>>