Asynchronously calls every function in FUNCS using the given arguments, and returns all of the values in a tuple.
The arguments to call F on.
A tuple of all returned values from every function in FUNCS.
Remarks: Race conditions are very likely, make sure that the functions are thread safe.
See Implementation
Asynchronously calls every function in FUNCS using the given arguments, and returns all of the values in a tuple.