.serve()
on it.
.delay()
on the same task in a different terminal.
.delay()
has the same signature as the @task
decorated function.serve()
with the tasks you want to run.
.map()
on the task with deferred=True
.
.map()
accepts Iterable[P.args]
, Iterable[P.kwargs]
or unmapped
inputs.unmapped
to the mapped argument.