q icon indicating copy to clipboard operation
q copied to clipboard

Is it possible to know the current status of a Defer

Open koushikchalla opened this issue 4 years ago • 0 comments

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

koushikchalla avatar Jan 14 '21 14:01 koushikchalla