Skip to content

[SPDL] Add thread-based AsyncQueue for low-latency pipeline sink handoff #3448

[SPDL] Add thread-based AsyncQueue for low-latency pipeline sink handoff

[SPDL] Add thread-based AsyncQueue for low-latency pipeline sink handoff #3448

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1