Skip to content

Commit

Permalink
added clarification on decorator
Browse files Browse the repository at this point in the history
Decorator can only be used with thread, not processpool.
  • Loading branch information
Christopher Pickering committed Dec 14, 2020
1 parent c96d28d commit 51412a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -125,7 +125,7 @@ app::
Decoration
----------

Flask-Executor lets you decorate methods in the same style as distributed task queues like
Flask-Executor lets you decorate methods in the same style as distributed task queues when using 'thread' executor type like
`Celery`_::

@executor.job
Expand Down

0 comments on commit 51412a9

Please sign in to comment.