P
P
Pragma Games2022-03-09 10:52:22
C++ / C#
Pragma Games, 2022-03-09 10:52:22

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

1 answer(s)
V
Vladimir Korotenko, 2022-03-09
@firedragon

https://docs.microsoft.com/ru-ru/dotnet/api/system...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question