Assemble a crew of worker processes to tackle your computational tasks.
14

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fix-readme' into 'main'

Update file README.md

See merge request arkandos/crew!2

yoshie (Nov 20, 2025, 9:40 PM +0100) 0442f9b4 b4a369c8

+1 -1
+1 -1
README.md
··· 35 35 let images = 36 36 list.range(1, 20) 37 37 |> list.map(fn(i) { "photo" <> int.to_string(i) <> ".jpg" }) 38 - |> crew.call_many(pool_name, 6000) 38 + |> crew.call_parallel(pool_name, 6000, _) 39 39 40 40 echo images 41 41 }