May 22, 2018
Hi!

Simple question to understand logic of quazi-multithreading:

Is Future.getResult blocks other tasks for end of "futured" task?

Or, another words, task.getResult causes task to ignore `yeilds` inside of this task?