GitHub / rust-threadpool/rust-threadpool / commits
A very simple thread pool for parallel task execution
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| a9dd15c2 | Spelling |
Anton Hagsér <a****r@e****e>
Committed by: Stefan Schindler <d****8@u****m> |
over 5 years ago | |
| f27711f0 | Release 1.8.1 with latest cargo fmt applied | Stefan Schindler <d****8@e****h> | over 6 years ago | |
| 4ee0aa71 | fix a typo |
yuqing <y****g@i****m>
Committed by: Stefan Schindler <d****8@u****m> |
over 6 years ago | |
| ba5e5f7d | Reduce package size |
Stefan Schindler <d****8@e****h>
Committed by: Stefan Schindler <d****8@u****m> |
over 6 years ago | |
| c10989b8 | Include the PR in the CHANGES.md |
Stefan Schindler <d****8@e****h>
Committed by: Stefan Schindler <d****8@u****m> |
over 6 years ago | |
| 39268f2e | Update deps |
Stefan Schindler <d****8@e****h>
Committed by: Stefan Schindler <d****8@u****m> |
over 6 years ago | |
| 21a70c7e | Grammar |
Stefan Schindler <s****n@e****h>
Committed by: Stefan Schindler <d****8@u****m> |
about 7 years ago | |
| 6edd298f | Add a hint about jemalloc |
Stefan Schindler <s****n@e****h>
Committed by: Stefan Schindler <d****8@u****m> |
about 7 years ago | |
| 07d1a5b1 |
merge
Merge #99
Co-authored-by: Stefan Schindler <s****n@e****h> |
bors[bot] <b****]@u****m> | over 7 years ago | |
| 8d81e188 | Prepare release of version 1.8.0 | Stefan Schindler <s****n@e****h> | over 7 years ago | |
| 6733e0d9 | Enable 1.13.0 since libc > 0.2.40 requires it | Stefan Schindler <s****n@e****h> | over 7 years ago | |
| 1a35299e | Fix typo | Stefan Schindler <s****n@e****h> | over 7 years ago | |
| 9e36178a | Explicit magic constant | Stefan Schindler <s****n@e****h> | over 7 years ago | |
| b3186260 | Remove the last warning while running the tests | Stefan Schindler <s****n@e****h> | over 7 years ago | |
| 54020676 | Document the development with rustup | Stefan Schindler <s****n@e****h> | over 7 years ago | |
| a982e060 | Mention rayon's thread pool in README. |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| b050c7df | cargo fmt | Corey Farwell <c****f@r****g> | over 8 years ago | |
| 796943e3 | merge Merge pull request #91 from jahkeup/doc-link-fix |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 7c3ed5f7 | Update link to not-unsafe behavior reference | Jacob Vallejo <y****u@j****m> | over 8 years ago | |
| c94ea1ff | merge Merge #90 | bors[bot] <b****]@u****m> | almost 9 years ago | |
| ce3b6999 | Correctly merge CHANGES.md | Stefan Schindler <d****8@e****h> | almost 9 years ago | |
| 0de9c733 | merge Merge #89 | bors[bot] <b****]@u****m> | almost 9 years ago | |
| 808fee92 | Release 1.7.1 |
Stefan Schindler <s****n@e****h>
Committed by: Stefan Schindler <d****8@e****h> |
almost 9 years ago | |
| 896d533f | add comments |
Stefan Schindler <s****n@e****h>
Committed by: Stefan Schindler <d****8@e****h> |
almost 9 years ago | |
| 3844c87b | Add comments | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| 9c775b14 | Increase safety margin for testcase | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| 5a6c22f5 | Add explanation to the join function | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| 3a07c5d3 | Implement generation based `join`. Threads joining together will now exit tog... | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| 85b208c4 | Optimise join | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| dc8dfae5 | Add tempfiles to gitignore so `cargo watch` does not trigger before save | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| ad8cff66 | Create testcase for waves of joining threads | Stefan Schindler <s****n@e****h> | almost 9 years ago | |
| 85707124 | Prepare for 1.7.0 release. | Corey Farwell <c****f@r****g> | almost 9 years ago | |
| 22f6e560 | merge Merge #83 | bors[bot] <b****]@u****m> | almost 9 years ago | |
| 432fd869 | derive default | Corey Farwell <c****f@r****g> | almost 9 years ago | |
| 716dcb72 | allow clone on builder | Corey Farwell <c****f@r****g> | almost 9 years ago | |
| 5c27460f | rename finish to build | Corey Farwell <c****f@r****g> | almost 9 years ago | |
| 39d5d9f9 | add documentation links | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 680ff6a9 | merge Merge pull request #88 from mjkillough/categories |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| ab4e6ecb | merge Merge pull request #87 from mjkillough/hyperlinks |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 841e60ea | Add keywords and categories to Cargo.toml. | Michael Killough <m****h@g****m> | about 9 years ago | |
| 9ca6535a | Add more hyperlinks to documentation. | Michael Killough <m****h@g****m> | about 9 years ago | |
| 557a2c78 | some fixes | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 5820b5b0 | modify names more comments | Corey Farwell <c****f@r****g> | about 9 years ago | |
| df99202f | tweak some imports | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 562301b6 | cargo fmt | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 9cf53294 | convert threadpool constructors to use builder | Corey Farwell <c****f@r****g> | about 9 years ago | |
| f4660340 | panic! | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 67c8738c | more docs | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 61fadf41 | more doc improvements | Corey Farwell <c****f@r****g> | about 9 years ago | |
| c2711483 | rename some things, add examples | Corey Farwell <c****f@r****g> | about 9 years ago | |
| ba00dd27 | make it compile | Corey Farwell <c****f@r****g> | about 9 years ago | |
| b46750a8 | Initial implementation of `threadpool::Builder`. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 59ab9156 | Prepare for 1.6.0 release. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| f3c617d0 | Move lib.rs back to the standard location. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| b75c8613 | Update links to reflect repo moving. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 8fe4a2d2 | cargo fmt. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| e1474533 | merge Merge pull request #81 from rust-threadpool/frewsxcv-traits |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 7f6506e2 | Retain compatibility. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 54b75a4f | Remove Hash test. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 5ee32d03 | Add missing paren. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 102d85f5 | merge Merge #79 | bors[bot] <b****]@u****m> | about 9 years ago | |
| d8d3186b | merge Merge branch 'master' into doc_clone |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| f31dc85c | merge Merge #80 | bors[bot] <b****]@u****m> | about 9 years ago | |
| f7d79756 | Shorten clone example | Stefan Schindler <d****8@e****h> | about 9 years ago | |
| 1b1dcf1d | Add test to make sure the types in the pool stay Send and/or Sync | Stefan Schindler <s****n@e****h> | about 9 years ago | |
| 9c1fcd33 | Add myself to the authors and prepare for the next version |
Stefan Schindler <s****n@e****h>
Committed by: Stefan Schindler <d****8@e****h> |
about 9 years ago | |
| e4a36c1d | Document `.clone()` |
Stefan Schindler <s****n@e****h>
Committed by: Stefan Schindler <d****8@e****h> |
about 9 years ago | |
| 14c59cc4 | merge Merge #78 | bors[bot] <b****]@u****m> | about 9 years ago | |
| e7573bfb | Add info to deprecated tag | Stefan Schindler <d****8@e****h> | about 9 years ago | |
| 3a63b9c9 | fix typos | Stefan Schindler <d****8@e****h> | about 9 years ago | |
| c20b8dfe | replace unwrap with expect | Stefan Schindler <s****n@e****h> | about 9 years ago | |
| ad6d41be | Prepare for 1.5.0 release. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 8f3346a7 | merge Merge #72 | bors[bot] <b****]@u****m> | about 9 years ago | |
| 638db28b | Prepare for 1.4.1 release. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| eaada210 | merge Merge #71 | bors[bot] <b****]@u****m> | about 9 years ago | |
| 42ddeba3 | merge Merge branch 'master' into doc-examples |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 6f735d61 | expand join docs | Corey Farwell <c****f@r****g> | about 9 years ago | |
| ee645802 | simulate a panic | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 83644dab | merge Merge #73 | bors[bot] <b****]@u****m> | about 9 years ago | |
| 42e8a253 | merge Merge pull request #76 from notriddle/patch-1 |
Corey Farwell <c****f@r****g>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 077447f1 | Add `staging` and `trying` to AppVeyor's whitelist |
Michael Howell <m****l@n****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 1bffb85f | Add test for cloned pools |
Stefan Schindler <s****n@e****h>
Committed by: Corey Farwell <c****f@r****g> |
about 9 years ago | |
| 5c8823da | Reimplement `fn eq` to work with pre 1.17 releases |
Stefan Schindler <s****n@e****h>
Committed by: Corey Farwell <c****f@r****g> |
about 9 years ago | |
| f8e89d36 | Implement PartialEq and Eq |
Stefan Schindler <s****n@e****h>
Committed by: Corey Farwell <c****f@r****g> |
about 9 years ago | |
| 43dbb06f | Rename `new_with_name` to `with_name` | Michael Howell <m****l@n****m> | about 9 years ago | |
| 19141a40 | Add a doc comment for the "Default" implementation | Michael Howell <m****l@n****m> | about 9 years ago | |
| 6e785531 | Implement default, using the number of CPUs | Michael Howell <m****l@n****m> | about 9 years ago | |
| a6435d63 | Fix macro syntax. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 22a2892e | Tweak wording for ThreadPool::join. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| eb9fb6a6 | cargo fmt. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 4508d5e5 | 'at once' -> 'concurrently'. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 685af391 | Add doc example for ThreadPool::execute. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 0c586b6c | Condense doc example comments a bit. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| a521989e | Add doc example for ThreadPool::set_num_threads. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 032eb533 | Tweak wording for constructor docs. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| f0c25596 | Add doc example for ThreadPool::new. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 7cf783c5 | Remove unnecessary mutable binding. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 713b388c | Improve docs for ThreadPool::max_count. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 7e597ab7 | Adjust doc description for ThreadPool::queued_count. | Corey Farwell <c****f@r****g> | about 9 years ago | |
| 074a9b29 | Adjust doc example for ThreadPool::panic_count. | Corey Farwell <c****f@r****g> | about 9 years ago |