Join Slack
Powered by
Can I use both .map and .submit on a task?
# ask-community
j
Jehan Abduljabbar
10/27/2022, 4:09 PM
Can I use both .map and .submit on a task?
✅ 1
z
Zanie
10/27/2022, 4:49 PM
.map
uses
.submit
for each item of the iterables passed to the task. Do you have something else in mind?
Zanie
10/27/2022, 4:49 PM
(You can also call
map
and/or
submit
as many times as you’d like for a given task)
3
Views
Open in Slack
Previous
Next