0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Probe is no more a public and general purpose class, but it is an inner class of module Channel More... over 11 years ago
Updated YARD to support Markdown. More... over 11 years ago
ActorContext no longer hides new/initialize/ More... over 11 years ago
Concurrent::Observable does not initialize observers by default to ensure thread safeness More... over 11 years ago
Created Concurrent::Observable mixin and added to several classes. More... over 11 years ago
ActorContext does not protect #new when is set. More... over 11 years ago
Updated YARD doc. More... over 11 years ago
Prerelease 0.6.0.pre.1 More... over 11 years ago
Updated to latest versions of development gems. More... over 11 years ago
Updated README and gemspec. More... over 11 years ago
added exchanger internal doc More... over 11 years ago
Added a shutdown hook for ActorContext and SimpleActorRef. More... over 11 years ago
Merge branch 'master' of github.com:jdantonio/concurrent-ruby More... over 11 years ago
[Actor] - Suppress deprecation warnings when running the test suite. More... over 11 years ago
Added #on_error callback to ActorContext. More... over 11 years ago
ActorContext#post now supresses exceptions thrown in the callback block. More... over 11 years ago
Merge pull request #49 from jdantonio/channels More... over 11 years ago
Merge branch 'master' into channels More... over 11 years ago
Merge pull request #48 from jdantonio/actor-context More... over 11 years ago
Removed unimplemented methods from ActorRef. More... over 11 years ago
Added #join method to SimpleActorRef and shared specs. More... over 11 years ago
blocking ring buffer now uses a ring buffer More... over 11 years ago
buffered channel refactor using ring buffer More... over 11 years ago
added non safe ring buffer More... over 11 years ago
Merge branch 'master' into actor-context More... over 11 years ago
Merge pull request #47 from jdantonio/gh-33 More... over 11 years ago
Merge branch 'master' into actor-context More... over 11 years ago
Tagged a brittle thread pool test. More... over 11 years ago
Added deprecation warnings to Actor class. More... over 11 years ago
Added stopped check in SimpleActorRef#shutdown. More... over 11 years ago