Add rayon

This commit is contained in:
Matthew E 2022-11-04 14:41:12 +00:00 committed by GitHub
parent b8553c44ff
commit 2ea1fdbdb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -492,10 +492,18 @@
"name": "postage",
"notes": "Channels that integrate nicely with async code"
}]
},
{
"name": "Parallel computation",
"crates": [
{
"name": "rayon",
"notes": "Convert sequential computation into parallel computation with one call - `par_iter` instead of `iter`"
}]
}
]
}
]
}
]
}
}