0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added at_exit hook to shutdown the global thread pool. More... over 11 years ago
Global thread pool is now a thread pool executor. More... over 11 years ago
Made pending an intermittently failing test so we can find it and fix it. More... over 11 years ago
Refactored brittle thread pool tests. More... over 11 years ago
Made pending several intermittently failing tests so we can find them and fix them. More... over 11 years ago
Refactored brittle thread pool #overload_policy :caller_runs tests More... over 11 years ago
Merge pull request #41 from jdantonio/thread-pool-overload More... over 11 years ago
Implemented thread pool overload policies. More... over 11 years ago
Implemented queue length functionality for RubyThreadPoolExecutor. More... over 11 years ago
JavaThreadPoolExecutor now passes the new queue specs. More... over 11 years ago
Wrote queue specs for thread pool executors. More... over 11 years ago
Merge pull request #40 from jdantonio/mvar-exchanger More... over 11 years ago
Use MVars for exchanger instead of mutexes and conditions. More... over 11 years ago
Moved pending specs from thread_pool_shared to thread_pool_executor_shared. More... over 11 years ago
Created shared specs for thread pool executors. More... over 11 years ago
Added MRI 1.9.3 to Travis 'allow failure' list. More... over 11 years ago
Added tests for thread pool executor classes. More... over 11 years ago
Moved thread pool tests from shared to ruby-specific. More... over 11 years ago
Removed support for Ruby 1.9.2 More... over 11 years ago
Addressed bug with growing thread pools. More... over 11 years ago
Removed deprecated spec files. More... over 11 years ago
added first implementation of Exchanger More... over 11 years ago
Remove experiments. More... over 11 years ago
TVars: remove branch from Travis. More... over 11 years ago
TVar: Move documentation onto wiki. More... over 11 years ago
Merge branch 'master' into tvars. More... over 11 years ago
Merge pull request #39 from jdantonio/thread-pool-executor More... over 11 years ago
Refactored thread pools. More... over 11 years ago
Removed duplicate code in thread pools. More... over 11 years ago
Ruby thread pools now extend RubyThreadPoolExecutor. More... over 11 years ago