Closed animo93 closed 3 weeks ago
The current callMeLater method isn't working as expected because it uses Future which doesn't guarantee the task completion .
callMeLater
Future
So , below mentioned steps needs to be completed :-
AsnycTask
CompletableFuture
The current
callMeLater
method isn't working as expected because it usesFuture
which doesn't guarantee the task completion .So , below mentioned steps needs to be completed :-
callMeLater
function ofAsnycTask
class to useCompletableFuture
instead .callMeLater
feature as well