q
q copied to clipboard
Is it possible to know the current status of a Defer
My app runs core async code on C++ (using web assembly). I want to call a c++ async function (returns Defer) from js . I can bind Data types such that js understands (using emscripten embind). Is there something like Defer.status so that my js code can know till when it should wait