diff --git a/README.rst b/README.rst index d7e0360..8125db6 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ background: does what it says it does This module makes it stupidly simple to run things in the background of your application, be it a CLI app, or a web app. +> "An elegant decorator-based abstraction around Python 3's concurrent.futures ThreadPoolExecutor class" — Simon Wilson + +.. image:: https://farm5.staticflickr.com/4296/36137232912_7276365f2e_k_d.jpg Basic Usage -----------