Function sqlxmq::clear

source ·
pub async fn clear<'b, E: Executor<'b, Database = Postgres>>(
    executor: E,
    channel_names: &[&str]
) -> Result<(), Error>
Expand description

Clear jobs from the specified channels.