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
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 }}
PlugFox
/
control
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
33
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/concurrency
- #9
#9
Merged
PlugFox
merged 20 commits into
master
PlugFox/control:master
from
feature/concurrency
PlugFox/control:feature/concurrency
Copy head branch name to clipboard
Feb 6, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Feature/concurrency
#9
PlugFox
merged 20 commits into
master
PlugFox/control:master
from
feature/concurrency
PlugFox/control:feature/concurrency
Copy head branch name to clipboard
Commits
Commits on Nov 11, 2025
Refactor controller and registry: Remove ControllerRegistry and related logic from Controller
PlugFox
committed
f837998
View commit details
Copy full SHA for f837998
Browse repository at this point
Update version to 1.0.0-dev and add Mutex implementation for concurrency control
PlugFox
committed
eed2543
View commit details
Copy full SHA for eed2543
Browse repository at this point
Add linked, queue, and simple mutex implementations for concurrency control
PlugFox
committed
8a931a5
View commit details
Copy full SHA for 8a931a5
Browse repository at this point
Enhance LinkedMutex: Ensure task completion is checked before finalizing and improve synchronization logic
PlugFox
committed
12e099c
View commit details
Copy full SHA for 12e099c
Browse repository at this point
Fix LinkedMutex: Remove error handling in lock method and ensure head is updated correctly
PlugFox
committed
f790640
View commit details
Copy full SHA for f790640
Browse repository at this point
Cleanup test_race_condition.dart: Remove unnecessary whitespace for improved readability
PlugFox
committed
4c44925
View commit details
Copy full SHA for 4c44925
Browse repository at this point
Remove race condition test: Delete test_race_condition.dart as it is no longer needed
PlugFox
committed
3a0c8a7
View commit details
Copy full SHA for 3a0c8a7
Browse repository at this point
Add mutex tests: Implement comprehensive unit tests for Mutex functionality
PlugFox
committed
2ccbfb8
View commit details
Copy full SHA for 2ccbfb8
Browse repository at this point
Add library declaration and timeout for mutex tests
PlugFox
committed
4bfba5c
View commit details
Copy full SHA for 4bfba5c
Browse repository at this point
Increase timeout duration for mutex tests to improve reliability
PlugFox
committed
7281c6b
View commit details
Copy full SHA for 7281c6b
Browse repository at this point
Commits on Feb 6, 2026
Update version and environment constraints in pubspec.yaml
PlugFox
committed
1be520c
View commit details
Copy full SHA for 1be520c
Browse repository at this point
Refactor concurrency handling in Controller
Show description for 266df05
PlugFox
committed
266df05
View commit details
Copy full SHA for 266df05
Browse repository at this point
format
PlugFox
committed
822c855
View commit details
Copy full SHA for 822c855
Browse repository at this point
Update dependencies and environment constraints in pubspec.yaml and pubspec.lock
PlugFox
committed
677c92e
View commit details
Copy full SHA for 677c92e
Browse repository at this point
Enhance handle<T>() method to support type-safe return values across concurrency strategies, update documentation, and adjust migration guides accordingly
PlugFox
committed
6512986
View commit details
Copy full SHA for 6512986
Browse repository at this point
Add select method tests for concurrent controller with various scenarios
PlugFox
committed
45208de
View commit details
Copy full SHA for 45208de
Browse repository at this point
Remove unused parameter warning in _SimpleTestObserver constructor
PlugFox
committed
379e9e0
View commit details
Copy full SHA for 379e9e0
Browse repository at this point
Update Flutter version to 3.38.0 in setup actions and workflows
PlugFox
committed
42f17c5
View commit details
Copy full SHA for 42f17c5
Browse repository at this point
Update Dart SDK constraint to support version 3.9.0 in pubspec files
PlugFox
committed
be0af6e
View commit details
Copy full SHA for be0af6e
Browse repository at this point
Refactor _FakeControllerBase to remove 'base' keyword for Dart compatibility
PlugFox
committed
dbb4abe
View commit details
Copy full SHA for dbb4abe
Browse repository at this point
You can’t perform that action at this time.