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.
I think, I can create my own join whish call the RaceJoin directly
what's wrong with apply ?
I try to avoid using it (for performance reason).