Skip to main content

push_tasks

Function push_tasks 

Source
pub fn push_tasks<'a, E>(
    conn: E,
    cfg: Config,
    buffer: Vec<PgTask<CompactType>>,
) -> impl Future<Output = Result<(), Error>> + Send + 'a
where E: Executor<'a, Database = Postgres> + Send + 'a,