www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Vibe.d Future.getResult blocks others tasks?

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?
May 22 2018