If there any workaround to run tasks with different result type in parallel? `Task.whenAll([Task(1), Task("two")])` - This won't compile
If there any workaround to run tasks with different result type in parallel?
Task.whenAll([Task(1), Task("two")])- This won't compile