0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Began writing YARD documentation for Channel. More... over 11 years ago
Consistent titles on Markdown documentation files. More... over 11 years ago
Updated README More... over 11 years ago
ScheduledTask now calculates #schedule_time on execution. More... over 11 years ago
Added note about API updates to the README. More... over 11 years ago
Removed script files used for my personal development workflow. More... over 11 years ago
Updated JRuby optimizations in AtomicLong. More... over 11 years ago
Should have removed old AtomicCounter. More... over 11 years ago
Tidy up names of ThreadLocalVar files. More... over 11 years ago
Make AtomicCounter a general AtomicFixnum, with a Java-specific implementation. More... over 11 years ago
TVar: better abort exception. More... over 11 years ago
TVar: use the new ThreadLocalVar to store the current transaction. More... over 11 years ago
Merge master into tvars. More... over 11 years ago
Added more documentation for the new Promise API. More... over 11 years ago
Merge branch 'master' of github.com:jdantonio/concurrent-ruby More... over 11 years ago
Removed deprecated EventMachine dependency. More... over 11 years ago
updated Promise documentation More... over 11 years ago
changed default Promise#then behaviour without rescue callable More... over 11 years ago
Removed EventMachineDeferProxy class. More... over 11 years ago
Merge branch 'threadlocals'. More... over 11 years ago
ThreadLocalVar: use atomic counter for allocating symbols. More... over 11 years ago
fixed Promise thread safeness More... over 11 years ago
Fixed specs for EventMachineDeferProxy that were broken when Promise.fulfil was renamed. More... over 11 years ago
Merge pull request #23 from jdantonio/refactor/promise More... over 11 years ago
Renamed Promise.fulfil to fulfill More... over 11 years ago
Merge branch 'refactor/promise' of https://github.com/jdantonio/concurrent-ruby into refactor/promise More... over 11 years ago
thread safe implementation More... over 11 years ago
first really working implementation (not thread safe yet) More... over 11 years ago
ThreadLocalVar documentation. More... over 11 years ago
ThreadLocalVar initial implementation. More... over 11 years ago