0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug when passing subsecond times to Java classes. More... over 11 years ago
Updated docs for AtomicFixnum. More... over 11 years ago
Fixed documentation for PriorityQueue. More... over 11 years ago
CountDownLatch now inherits from MutexCountDownLatch or JavaCountDownLatch. More... over 11 years ago
Implemented JavaCountDownLatch More... over 11 years ago
Refactored specs for CountDownLatch into behaves_as More... over 11 years ago
Refactored AtomicFixnum as subclass/superclass rather than module include. More... over 11 years ago
moved ring buffer and blocking ring buffer from channel to collections folder More... over 11 years ago
added YARD to ring buffer and blocking ring buffer More... over 11 years ago
Rewritten TimerTask now an Executor instead of a Runnable. More... over 11 years ago
Minor test updates to Runnable shared specs. More... over 11 years ago
Fixed minor bug in Executor#wait_for_timeout. More... over 11 years ago
Timers now pass options to the task blocks (untested). More... over 11 years ago
Added Mutex and :rescue_exception option to SafeTaskExecutor. More... over 11 years ago
Added untested Dereferenceable#value= method. More... over 11 years ago
Added untested Event#try? method. More... over 11 years ago
Renamed global_timer_pool to global_timer_set to be more consistent. More... over 11 years ago
Merge pull request #54 from jdantonio/safe_timer_set More... over 11 years ago
changed timer set executor strategy More... over 11 years ago
slightly improved test More... over 11 years ago
inlined a couple of methods More... over 11 years ago
small style improvement in ImmediateExecutor More... over 11 years ago
Merge pull request #53 from jdantonio/refactor/with-ste More... over 11 years ago
Merge branch 'master' into refactor/with-ste More... over 11 years ago
Most executors now share behavior through the Executor and JavaExecutor mixin modules. More... over 11 years ago
Shared #shutdown for RubySingleThreadExecutor, RubyThreadPoolExecutor, and TimerSet. More... over 11 years ago
fixed typos More... over 11 years ago
TimerSet now posts through Executor. More... over 11 years ago
More consistent shutdown/kill behavior for executors. More... over 11 years ago
wip: Replaced instanced of 'thread pool' with 'executor' in Executor YARD doc. More... over 11 years ago