Answer the question
In order to leave comments, you need to log in
Non-preemptive multitasking in Java (Coroutine, Fibers), why not Callable?
I watched the video www.youtube.com/watch?v=YWLHELcvNbE
the question is. Why not just use Callable?
DbA.get(id, new OnCompleted(){
@override
success(MyResult result){ ..; }
error(NotFoundException e){ ..; }
error(Exception e){ ..; }
}
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question