DictionaryForumContacts

   Russian
Terms for subject Programming containing стало быть | all forms
RussianEnglish
Блокирование ресурсов заставляет другие задачи, которые желают воспользоваться этими ресурсами, ожидать до тех пор, пока они не будут разблокированы и снова станут доступнымиLocking the resource causes any other task that wishes to use the resource to wait until the resource has been unlocked, making it available again (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
этот оператор будет исполняться повторно до тех пор, пока значение условия не станет FALSEthe statement will be reexecuted until the condition becomes FALSE (ssn)