pub fn use_task<F>(callback: F) -> Effectwhere F: FnMut() + Send + Sync + 'static,
Side effect that runs during SSR and re-runs when tracked signals change.