Skip to content

[Thread模块重构及新增线程安全队列]: 引入线程安全队列Queue,重构Thread和ThreadPool实现,优化线程管理与任务调度 #16

[Thread模块重构及新增线程安全队列]: 引入线程安全队列Queue,重构Thread和ThreadPool实现,优化线程管理与任务调度

[Thread模块重构及新增线程安全队列]: 引入线程安全队列Queue,重构Thread和ThreadPool实现,优化线程管理与任务调度 #16

Workflow file for this run

name: CodeQL
on:
push:
paths-ignore:
- '.clang*'
- '.gitignore'
- 'LICENSE'
- 'README*'
pull_request:
paths-ignore:
- '.clang*'
- '.gitignore'
- 'LICENSE'
- 'README*'
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ./.github/actions/install-dependencies
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: cpp
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3