Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
LinQuickDev
/
brpc
Public
forked from
apache/brpc
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Timer
- #26
#26
Open
BGQ99
wants to merge 4 commits into
LinQuickDev:ubshm_transport_fix_2
LinQuickDev/brpc:ubshm_transport_fix_2
from
Sherlock0203:timer
Sherlock0203/brpc:timer
Copy head branch name to clipboard
Conversation
Commits
4
(4)
Checks
Files changed
Open
Timer
#26
BGQ99
wants to merge 4 commits into
LinQuickDev:ubshm_transport_fix_2
LinQuickDev/brpc:ubshm_transport_fix_2
from
Sherlock0203:timer
Sherlock0203/brpc:timer
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
[fix]1、将原有的计时器替换为brpc的bthread,以此修复:删除计时器可能会无限期阻塞、fd重用竞速、计时器初始化包含一个竞选、默认的闭门定时器过于频繁、所有定时器回调都在同一P线程上串行、macOS模拟在功能上并不等效。2、移除固定数组,改用unordered_map;3、为itimerspec添加归一化;4、解决CqSidOp的sid相同而event不同时添加失败的问题
Sherlock0203
committed
060ba38
View commit details
Copy full SHA for 060ba38
Browse repository at this point
Commits on Aug 25, 2026
[fix]1、将原有的计时器替换为brpc的bthread,以此修复:删除计时器可能会无限期阻塞、fd重用竞速、计时器初始化包含一个竞选、默认的闭门定时器过于频繁、所有定时器回调都在同一P线程上串行、macOS模拟在功能上并不等效。2、移除固定数组,改用unordered_map;3、为itimerspec添加归一化;4、解决CqSidOp的sid相同而event不同时添加失败的问题
Sherlock0203
committed
ccaecae
View commit details
Copy full SHA for ccaecae
Browse repository at this point
Merge remote-tracking branch 'origin/timer' into timer
Show description for edeb77b
Sherlock0203
committed
edeb77b
View commit details
Copy full SHA for edeb77b
Browse repository at this point
[fix]1、将原有的计时器替换为brpc的bthread,以此修复:删除计时器可能会无限期阻塞、fd重用竞速、计时器初始化包含一个竞选、默认的闭门定时器过于频繁、所有定时器回调都在同一P线程上串行、macOS模拟在功能上并不等效。2、移除固定数组,改用unordered_map;3、为itimerspec添加归一化;4、解决CqSidOp的sid相同而event不同时添加失败的问题
Sherlock0203
committed
a40c675
View commit details
Copy full SHA for a40c675
Browse repository at this point
You can’t perform that action at this time.