Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
ruby-concurrency
/
concurrent-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
419
Star
5.7k
Code
Issues
50
Pull requests
7
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 7, 2025
Fix mistakes in MVar documentation
trinistr
authored and
eregon
committed
52f0ee4
Copy full SHA for 52f0ee4
Commits on Mar 23, 2025
Correct word in readme
wwahammy
authored and
eregon
committed
c8f0bae
Copy full SHA for c8f0bae
Commits on Feb 18, 2025
Fix typo
danieldiekmeier
authored and
eregon
committed
2aa6f64
Copy full SHA for 2aa6f64
Commits on Jan 28, 2025
Add 3.4 in CI
eregon
committed
6e2bd8a
Copy full SHA for 6e2bd8a
Run tests without the C extension in CI
eregon
committed
870abda
Copy full SHA for 870abda
Commits on Jan 27, 2025
Fix guards in specs using C extension classes
Show description for 855a6dc
eregon
committed
855a6dc
Copy full SHA for 855a6dc
Commits on Jan 15, 2025
Document Bundler workaround for releasing
eregon
committed
dbfbc14
Copy full SHA for dbfbc14
Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2
eregon
committed
33abefb
Copy full SHA for 33abefb
Commits on Dec 28, 2024
chore: fix typos (#1076)
Show description for 5d700c5
chenrui333
authored
5d700c5
Copy full SHA for 5d700c5
Commits on Nov 25, 2024
Set rake-compiler source and target to Java 8 (#1071)
Show description for 957cf7d
headius
authored
957cf7d
Copy full SHA for 957cf7d
Commits on Oct 19, 2024
Improve ancestor classes spec
francesmcmullin
authored and
eregon
committed
56227a4
Copy full SHA for 56227a4
Avoid error when member is present on ancestor class
Show description for 56fd240
francesmcmullin
authored and
eregon
committed
56fd240
Copy full SHA for 56fd240
Commits on Oct 7, 2024
Remove dependency on logger
Show description for d7ce956
eregon
committed
d7ce956
Copy full SHA for d7ce956
Commits on Aug 10, 2024
Avoid requiring files of the gem in Rakefile to avoid redefined method warnings
eregon
committed
044020f
Copy full SHA for 044020f
Avoid require in Gemfile & Rakefile to avoid redefined constant warnings
eregon
committed
09bfcd0
Copy full SHA for 09bfcd0
Avoid require in *.gemspec files to avoid redefined constant warnings
Show description for f131214
eregon
committed
f131214
Copy full SHA for f131214
Update docs-source/signpost.md
eregon
committed
13badd0
Copy full SHA for 13badd0
1.3.4
eregon
committed
8fefd59
Copy full SHA for 8fefd59
Check early that $CONCURRENT_JRUBY_HOME is set
eregon
committed
e671fec
Copy full SHA for e671fec
Fix the return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1
Show description for 98d0f16
y-yagi
authored and
eregon
committed
98d0f16
Copy full SHA for 98d0f16
Commits on Aug 9, 2024
Fix the doc of `Concurrent.available_processor_count`
Show description for cbee215
y-yagi
and
eregon
committed
cbee215
Copy full SHA for cbee215
Commits on Aug 5, 2024
Add `Concurrent.cpu_shares` that is cgroups aware.
heka1024
authored and
eregon
committed
6f7c91a
Copy full SHA for 6f7c91a
Commits on Jul 9, 2024
Update comment for JRuby variant of processor_count to reality
meineerde
authored and
eregon
committed
cadc8de
Copy full SHA for cadc8de
Commits on Jun 9, 2024
1.3.3
eregon
committed
b16af1e
Copy full SHA for b16af1e
Commits on Jun 8, 2024
Improve speed for windows `Get-CimInstance`
Show description for 4ea1fc5
Earlopain
authored and
eregon
committed
4ea1fc5
Copy full SHA for 4ea1fc5
Commits on Jun 7, 2024
1.3.2
eregon
committed
d1d29ac
Copy full SHA for d1d29ac
Add a windows job to CI
Earlopain
authored and
eregon
committed
c672d6e
Copy full SHA for c672d6e
Remove dependency on `win32ole`
Show description for 393ad72
Earlopain
authored and
eregon
committed
393ad72
Copy full SHA for 393ad72
Automatically run bundle install before running tests
eregon
committed
22f337c
Copy full SHA for 22f337c
Release edge 0.7.1
eregon
committed
9ff477f
Copy full SHA for 9ff477f
Make it possible to publish edge without base
eregon
committed
28c1cb4
Copy full SHA for 28c1cb4
Ensure JRuby is used in release tests
eregon
committed
152b302
Copy full SHA for 152b302
Fix concurrent-ruby-edge to depend on `~> MAJOR.MINOR` of concurrent-ruby
Show description for 397da1f
eregon
committed
397da1f
Copy full SHA for 397da1f
Get RakeCompilerDock to work with either podman or docker, based on what is installed
Show description for 8f07f57
eregon
committed
8f07f57
Copy full SHA for 8f07f57
Fix method name in CHANGELOG.md
nertzy
authored and
eregon
committed
66ddae6
Copy full SHA for 66ddae6
Pagination
Previous
Next
You can’t perform that action at this time.