dekans
12/06/2017, 4:57 PMawait
a block execution to not block the current thread, but I don't care about the result value. Is there a better practice for it than calling await()
without using the result?tulio
12/06/2017, 4:58 PMlaunch {}
?dekans
12/06/2017, 5:02 PMjoin()
with launch, that would block the thread