Grantas33
05/20/2020, 8:27 PMRobert Jaros
05/20/2020, 8:45 PMJob
does not have a result. Use Deferred
instead. And Deferred
can be converted to Promise
with asPromise()
function.Robert Jaros
05/20/2020, 8:51 PMJob
you can probably do async { job.join() }.asPromise()
to get Promise<Unit>
Grantas33
05/20/2020, 8:51 PM