en

Coroutine

UK
/ˈkəʊ.rəʊ.tiːn/
US
/ˈkoʊ.rəˌtin/
ru

Translation of "coroutine" into Russian

coroutine
Noun
raiting
UK
/ˈkəʊ.rəʊ.tiːn/
US
/ˈkoʊ.rəˌtin/
coroutine
coroutines pl
корутина
The coroutine allows for asynchronous programming.
Корутина позволяет выполнять асинхронное программирование.

Definitions

coroutine
Noun
raiting
UK
/ˈkəʊ.rəʊ.tiːn/
US
/ˈkoʊ.rəˌtin/
A computer program component that generalizes subroutines by allowing execution to be suspended and later resumed, typically enabling cooperative multitasking or asynchronous operations.
Lua uses coroutines to implement cooperative multitasking between different parts of a script.
coroutine
Adjective
raiting
UK
/ˈkəʊ.rəʊ.tiːn/
US
/ˈkoʊ.rəˌtin/
Relating to or characteristic of a coroutine or coroutines.
The new library introduces a coroutine framework for asynchronous programming.

Idioms and phrases

run coroutine
The developer decided to run coroutine for asynchronous tasks.
запустить сопрограмму
Разработчик решил запустить сопрограмму для асинхронных задач.
create coroutine
It's important to create coroutine correctly in your code.
создать сопрограмму
Важно правильно создать сопрограмму в вашем коде.
use coroutine
Many developers use coroutine for better performance.
использовать сопрограмму
Многие разработчики используют сопрограмму для улучшения производительности.
cancel coroutine
If something goes wrong, you can cancel coroutine execution.
отменить сопрограмму
Если что-то идет не так, вы можете отменить выполнение сопрограммы.
await coroutine
You need to await coroutine to get the result.
ожидать сопрограмму
Вам нужно ожидать сопрограмму, чтобы получить результат.