From 703f07ca177218b60170e250416e8d4ed7e73e01 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 29 May 2018 15:59:37 -0700 Subject: [PATCH] Remove threadpool disclaimer (#378) --- tokio-threadpool/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tokio-threadpool/README.md b/tokio-threadpool/README.md index b1c34e1a6..6ed817c81 100644 --- a/tokio-threadpool/README.md +++ b/tokio-threadpool/README.md @@ -3,8 +3,6 @@ A library for scheduling execution of futures concurrently across a pool of threads. -**Note**: This library isn't quite ready for use. - ### Why not Rayon? Rayon is designed to handle parallelizing single computations by breaking them