blocking call
RU: блокирующий вызов
A call that does not return until its work is finished. When the work is a slow device, the call's stack frame stays on the stack for the whole wait and the line below it cannot run — the program is frozen.
RU: блокирующий вызов
A call that does not return until its work is finished. When the work is a slow device, the call's stack frame stays on the stack for the whole wait and the line below it cannot run — the program is frozen.