Cysharp/UniTask

How to block waiting for async results

Keeyuu opened this issue · 1 comments

Keeyuu commented

What do I do if I want to block the wait result in a non-async function like Task.Wait(), I look at the documentation carefully but I don't see this

neuecc commented

convert to Task and Wait.