Answer the question
In order to leave comments, you need to log in
How to wait for the execution of a task?
Hello. I'm not at all strong in multithreading, and the first time I encountered this. There is some code like this:
//Я не могу переписать этот метод или изменить его сигнатуру
public async Task<bool> ShowAsync()
{
//TODO
}
//Здесь мне нужно подождать выполнения метода ShowAsync
// Можно дописывать любые вспомогательные методы, но не менять сигнатуру этого
public void Show()
{
//TODO
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question