Skip to content

Commit

Permalink
doc/tasks.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 20, 2019
1 parent 77364e6 commit c161a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To put task into :ref:`multiprocessing pool<create_mp_pool>`, append parameter
from atasker import TASK_HIGH, TT_MP
background_task(
tests.mp.test, priority=TASK_HIGH, tt=TT_MP)(1,2,3)(x=2)
tests.mp.test, priority=TASK_HIGH, tt=TT_MP)(1, 2, 3, x=2)
Optional parameter *callback* can be used to specify function which handles
task result.
Expand Down

0 comments on commit c161a8e

Please sign in to comment.