and if someFunction is a suspend method can i call...
# coroutines
c
and if someFunction is a suspend method can i call it without awaitng a and b? (like calling thenApply on a combined future?)