0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hide internal classes from public docs More... over 1 year ago
Update CHANGELOG More... over 1 year ago
Various fixes for ThreadLocalVar and FiberLocalVar More... over 1 year ago
Fix missing method `on_cruby?`. More... over 1 year ago
Add missing `require "concurrent/set.rb"`. More... over 1 year ago
Introduce FiberLocalVar and LockLocalVar for alignment with `Mutex` scope. More... over 1 year ago
Don't compile the extension on non-CRuby, it's unused More... over 1 year ago
Review usages of defined? More... over 1 year ago
Update the list of maintainers More... over 1 year ago
Mark the `mutex_owned_per_thread?` method as private. More... over 1 year ago
Ensure each file can be required separately More... over 1 year ago
Revert back to shared implementation of "locals" storage array. More... over 1 year ago
Fix cycle between configuration and logging More... over 1 year ago
Some notes about setting up IntelliJ More... over 1 year ago
Ensure the java extension is always loaded before it's needed More... over 1 year ago
The java extension is non-optional More... over 1 year ago
Simplify dependencies in concurrent/synchronization/volatile More... over 1 year ago
Rename to `@Lock` for consistency since it's a final ivar More... over 1 year ago
Be more explicit that it's only included once More... over 1 year ago
Concurrent.global_* should raise if there is an exception and not return nil More... over 1 year ago
Extract safe initialization and use it for MutexAtomic{Reference,Fixnum,Boolean} More... over 1 year ago
Do not depend on Synchronization::LockableObject for MutexAtomicBoolean and MutexAtomicFixnum More... over 1 year ago
Simplify Concurrent.monotonic_time to just use Process.clock_gettime(Process::CLOCK_MONOTONIC) More... over 1 year ago
Fix circular dependency between AtomicReference and Synchronization::Object More... over 1 year ago
MutexLockableObject/MonitorLockableObject never have any arguments More... over 1 year ago
Run each spec file in a process to detect missing requires More... over 1 year ago
Fix compiler warning (-Wold-style-definition) More... over 1 year ago
Cleanup old references to RbxAtomicReference More... over 1 year ago
rake clean should remove lib/concurrent-ruby/concurrent/concurrent_ruby_ext.so More... over 1 year ago
Skip flaky spec More... over 1 year ago