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