-
Notifications
You must be signed in to change notification settings - Fork 396
Traducidas actualizaciones de archivos library/async #1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"para hacer que las funciones vinculadas a IO no bloqueen. Sin embargo, para " | ||
"los módulos de extensión que lanzan GIL o implementaciones alternativas de " | ||
"Python que no tienen una, `asyncio.to_thread()` también se puede usar para " | ||
"funciones vinculadas a la CPU." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¿La parte de CPU-bound no tiene traducción en esta parte?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
que parte? si es la ultima frase, es lo de "vinculadas a la CPU"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, pero la versión en inglés dice "can also be used for CPU-bound functions" y no sé cómo se tradujo la parte de "CPU-bound"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"CPU-bound" -> "vinculadas a la CPU"
entonces
"can also be used for CPU-bound functions" -> también se puede usar para funciones vinculadas a la CPU."
no entiendo que es lo que dices que falta
Co-authored-by: iamagf <61362029+iam-agf@users.noreply.github.com>
No description provided.