Hi all, if i have 3 functions, each ones has a foreach loop generating a list of tasks, each one calling eachother from main - and they each return Task.WhenAll and in the mai...
however if i put await in lets say the return of "GetIngredientsByBurger" wouldn't that make it wait for the duration it takes to loop through and apply logic to all the ingre...
aaaaah ok, however if i await it in the return, will the caller of that function be able to still catch any errors thrown by the internally called function?
oops, sorry just saw the rule of the photo of code, how do i format code to go into telegram?
even though in each function it doesnt wait for the tasks?
A collection of 2d arrays, each array representing one layout of your room? depends on how you store those rooms
whats the best way to paste code?