Commit Graph

16 Commits

Author SHA1 Message Date
Taiki Endo e0048be071
Migrate to Rust 2021 (#15) 2023-10-08 15:12:28 +09:00
John Nunley 1ef25770ab
Add smol-rs logo (#12) 2023-07-17 14:38:59 +09:00
John Nunley 6995e2e77a
Reimplement in 100% safe code (#11) 2023-06-11 09:27:59 -07:00
John Nunley 7b7c472203
feat: Add generic collection methods (#9) 2022-12-31 19:04:52 -08:00
Taiki Endo 95a1a5ff64 Ignore clippy::should_implement_trait lint 2022-01-08 22:46:18 +09:00
Taiki Endo 119d3c29d2 Remove `T: Default` bound from Default impl
Fixes #7
2021-12-30 12:48:10 +09:00
Stjepan Glavina d8499b9844 Add Parallel::finish() 2020-07-22 10:12:09 +02:00
Stjepan Glavina c484247882 Collect results in same order closures were added 2020-05-28 09:52:33 +02:00
Stjepan Glavina 95e2999761 Remove PhantomData 2020-05-27 21:40:28 +02:00
Stjepan Glavina 1882f805d4 More examples 2020-05-27 12:26:44 +02:00
Stjepan Glavina 586c163c6f Typo 2020-05-27 12:21:46 +02:00
Stjepan Glavina dbb570340b Run one of the closures on the main thread 2020-05-27 12:21:17 +02:00
Stjepan Glavina 32f352e6a2 Bump to v2.0.0 2020-05-27 10:10:37 +02:00
Stjepan Glavina 7d1c36b2fc Collect results in run() 2020-05-27 10:08:25 +02:00
Stjepan Glavina 3ca2667e6b Remove unused mut 2020-05-27 00:22:58 +02:00
Stjepan Glavina 0db060cfd0 Initial commit 2020-05-27 00:05:45 +02:00