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 }}
CodeMazeBlog
/
CodeMazeGuides
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
983
Code
Pull requests
15
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
CM-1079 How to Synchronize Concurrent Operations With a Barrier in C#
- #2005
#2005
Open
imariom
wants to merge 16 commits into
CodeMazeBlog:main
CodeMazeBlog/CodeMazeGuides:main
from
imariom:imariom
imariom/CodeMazeGuides:imariom
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
CM-1079 How to Synchronize Concurrent Operations With a Barrier in C#
#2005
imariom
wants to merge 16 commits into
CodeMazeBlog:main
CodeMazeBlog/CodeMazeGuides:main
from
imariom:imariom
imariom/CodeMazeGuides:imariom
Copy head branch name to clipboard
Commits
Commits on May 1, 2024
Added the synchronize with barrier main program
imariom
committed
2a2d7fb
View commit details
Copy full SHA for 2a2d7fb
Browse repository at this point
Added tests for the synchronize with barrier project
imariom
committed
bdaadd8
View commit details
Copy full SHA for bdaadd8
Browse repository at this point
Added HttpClientHandler to fix SSL connection failure
imariom
committed
6555315
View commit details
Copy full SHA for 6555315
Browse repository at this point
Commits on May 2, 2024
Fixed file name to use live tests
imariom
committed
030f5c2
View commit details
Copy full SHA for 030f5c2
Browse repository at this point
Fixed open HTTPListner instances by closing the connection
imariom
committed
198a0ba
View commit details
Copy full SHA for 198a0ba
Browse repository at this point
Fixed unit test to catch exception thrown
imariom
committed
fc57695
View commit details
Copy full SHA for fc57695
Browse repository at this point
Fixed properly closing of HTTPListner connection
imariom
committed
a85266f
View commit details
Copy full SHA for a85266f
Browse repository at this point
Commits on May 5, 2024
Merge branch 'CodeMazeBlog:main' into imariom
imariom
authored
56fb67a
View commit details
Copy full SHA for 56fb67a
Browse repository at this point
Fixed logic to read from input stream
imariom
committed
cd6acfd
View commit details
Copy full SHA for cd6acfd
Browse repository at this point
Added check for thrown exception
imariom
committed
d2dea23
View commit details
Copy full SHA for d2dea23
Browse repository at this point
Commits on May 19, 2024
Merge branch 'CodeMazeBlog:main' into imariom
imariom
authored
a3b9cfb
View commit details
Copy full SHA for a3b9cfb
Browse repository at this point
Unit test: Remove check for expected exception (no longer thrown).
imariom
committed
3b1a14e
View commit details
Copy full SHA for 3b1a14e
Browse repository at this point
Commits on May 21, 2024
Merge branch 'CodeMazeBlog:main' into imariom
imariom
authored
41a23d2
View commit details
Copy full SHA for 41a23d2
Browse repository at this point
Changed PostAsync call to normal HTTP send request to avoid exceptions
imariom
committed
b76be9c
View commit details
Copy full SHA for b76be9c
Browse repository at this point
Unit test can now capture exception thrown when uploading large files
imariom
committed
0abb857
View commit details
Copy full SHA for 0abb857
Browse repository at this point
Commits on May 22, 2024
Merge branch 'CodeMazeBlog:main' into imariom
imariom
authored
74dea1e
View commit details
Copy full SHA for 74dea1e
Browse repository at this point
You can’t perform that action at this time.