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

Translation coroutine into russian
coroutine
NounUK
/ˈkəʊ.rəʊ.tiːn/
US
/ˈkoʊ.rəˌtin/
The coroutine allows for asynchronous programming.
Корутина позволяет выполнять асинхронное программирование.
Definitions
coroutine
NounUK
/ˈkəʊ.rəʊ.tiːn/
US
/ˈkoʊ.rəˌtin/
A function in a computer program that can pause its execution and return control to the caller, and then resume execution later from the same point.
The developer used a coroutine to handle asynchronous tasks without blocking the main thread.
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.
ожидать сопрограмму
Вам нужно ожидать сопрограмму, чтобы получить результат.