0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added specs for OptionsParser#get_executor_from More... over 11 years ago
fixed unbuffered channel style More... over 11 years ago
added buffered channel More... over 11 years ago
implemented remove_probe More... over 11 years ago
fixed typo More... over 11 years ago
Merge pull request #45 from jdantonio/dataflow-with More... over 11 years ago
Added Concurrent::dataflow_with for explicitly setting the executor. More... over 11 years ago
Merge pull request #42 from jdantonio/global-thread-pool More... over 11 years ago
Channel.select removes old probes More... over 11 years ago
select operation on a channel list More... over 11 years ago
added support for expired probes More... over 11 years ago
Fixed typo in dataflow spec. More... over 11 years ago
Better global thread pool configuration during tests. More... over 11 years ago
Longer timeouts in Exchanger spec. More... over 11 years ago
Async now uses global thread pool. More... over 11 years ago
Fixed dataflow (broken when executor option added to Future) More... over 11 years ago
Renamed method for better readability. More... over 11 years ago
initial unbuffered channel implementation More... over 11 years ago
Minor thread pool spec refactoring. More... over 11 years ago
Merge branch 'master' into global-thread-pool More... over 11 years ago
Completely deprecated UsesGlobalThreadPool in lieu of :executor option. More... over 11 years ago
Promise now uses :executor option instead of UsesGlobalThreadPool. More... over 11 years ago
Minor documentation updates to Agent. More... over 11 years ago
Remove TVar demo left in by mistake. More... over 11 years ago
Update year in README. More... over 11 years ago
Minor documentation updates to Future. More... over 11 years ago
Agent now uses executor option instead of UsesGlobalThreadPool. More... over 11 years ago
Future and Async now support explicit executor options. More... over 11 years ago
Added #at_exit hooks to Java thread pools. More... over 11 years ago
Added second global thread pool for long-running tasks. More... over 11 years ago