We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175efcb commit 394ac76Copy full SHA for 394ac76
README.rst
@@ -82,6 +82,7 @@ decorator::
82
This also makes it easier to dynamically control the number of
83
thread/processes in the executor pool. The syntax is a little weird, but
84
this is just explicitly invoking a decorator that has optional arguments::
85
+
86
>>> # Set the number of executer threads to 10
87
>>> foo_threaded = lox.thread(10)(foo)
88
0 commit comments