missionary

J 2024-09-02T14:59:17.753059Z

Hi guys! 👋 Is there a way to call m/join with a list of task like this (m/join f [task-1 task-2])? There is apply but not perf.

J 2024-09-02T15:01:35.671319Z

I think, I can create my own join whish call the RaceJoin directly

leonoel 2024-09-02T17:35:08.411199Z

what's wrong with apply ?

J 2024-09-03T12:43:02.285649Z

I try to avoid using it (for performance reason).