... my $dataA = await ModuleA->new()->give_me_data(); my $dataB = await ModuleB->new()->give_me_data(); ...