non-blocking call
RU: неблокирующий вызов
A call to a slow device that does not wait for the work to finish. It hands the request to the device and returns immediately, so the program keeps running; the result is delivered later through a callback.
RU: неблокирующий вызов
A call to a slow device that does not wait for the work to finish. It hands the request to the device and returns immediately, so the program keeps running; the result is delivered later through a callback.