summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/README.md')
-rw-r--r--tokio-threadpool/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tokio-threadpool/README.md b/tokio-threadpool/README.md
index 3c89b265..894165db 100644
--- a/tokio-threadpool/README.md
+++ b/tokio-threadpool/README.md
@@ -3,6 +3,8 @@
A library for scheduling execution of futures concurrently across a pool of
threads.
+[Documentation](https://docs.rs/tokio-threadpool/0.1.10/tokio_threadpool)
+
### Why not Rayon?
Rayon is designed to handle parallelizing single computations by breaking them