pub(crate) fn launch_processing_task<X, F, U, Q, S>(
spawner: &S,
queue: Q,
action: F,
)Expand description
Launch a service task for each item in the provided queue.
pub(crate) fn launch_processing_task<X, F, U, Q, S>(
spawner: &S,
queue: Q,
action: F,
)Launch a service task for each item in the provided queue.