From ddbd558611cbe02c8340047f5081ad5d6dbdd8ec Mon Sep 17 00:00:00 2001 From: sunface Date: Mon, 4 Apr 2022 12:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=A0=E8=8A=82=20[Cookboo?= =?UTF-8?q?k=20-=20rayon]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SUMMARY.md | 2 +- src/cookbook/cocurrency/parallel.md | 201 ++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+), 1 deletion(-) create mode 100644 src/cookbook/cocurrency/parallel.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 9b582c75..798f3074 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -274,7 +274,7 @@ - [使用.tar包](cookbook/compression/tar.md) - [并发]() - [线程](cookbook/cocurrency/threads.md) - + - [使用rayon并行处理数据](cookbook/cocurrency/parallel.md)