0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wip: RubyThreadPoolExecutor now uses post/execute from Exector. More... over 11 years ago
wip: RubyThreadPoolExecutor now uses Exector for stop events. More... over 11 years ago
Reset PerThreadExecutor to original state. More... over 11 years ago
Reset ImmediateExecutor to original state. More... over 11 years ago
wip: Java executors now share JavaExecutor mixin module. More... over 11 years ago
wip: RubySingleThreadExecutor now gets run/stop/kill from Executor mixin. More... over 11 years ago
wip: Created stub of Executor mixin module. More... over 11 years ago
Minor test refactor. More... over 11 years ago
File name changes to support selective require. More... over 11 years ago
ScheduledTask noe uses global timer pool. More... over 11 years ago
Marked intermittently failing tests as PENDING More... over 11 years ago
Fixed stuff I broke while refactoting OptionsParser. More... over 11 years ago
Merge pull request #52 from jdantonio/refactor/with-ste More... over 11 years ago
Complete specs and YARD doc for TimerSet and Concurrent::timer More... over 11 years ago
Concurrent::timer and global timer pool now use TimerSet. More... over 11 years ago
Moved OptionsParser to its own file to prevent recursive require statements. More... over 11 years ago
Updated YARD docs for PriorityQueue. More... over 11 years ago
Implemented non-blocking MutexPriorityQueue. More... over 11 years ago
Implemented JavaPriorityQueue. More... over 11 years ago
Stubbed PriorityQueue classes and tests. More... over 11 years ago
Organized files in subdirectories. More... over 11 years ago
Refactored ScheduledTask with IVar and Concurrent::timer. More... over 11 years ago
Implemented Concurrent::timer function. More... over 11 years ago
Implemented SingleThreadExecutor. More... over 11 years ago
Minor refactoring to thread pools and their docs. More... over 11 years ago
More closely aligned FixedThreadPool and CachedThreadPool with their Java counterparts. More... over 11 years ago
More YARD documentation. More... over 11 years ago
Channel.select now returns a pair [value, channel] to recognize between sources More... over 11 years ago
added source channel to probe More... over 11 years ago
Merge branch 'master' of https://github.com/jdantonio/concurrent-ruby More... over 11 years ago