You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/99-ui-misc/03-event-loop/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Ejemplos de tareas:
26
26
- Cuando llega el momento de un `setTimeout` programado, la tarea es ejecutar su callback.
27
27
- ... y así sucesivamente.
28
28
29
-
Las tareas son programadas --> el motor las ejecuta --> aguarda por más tareas (mientras duerme y prácticamente no consume CPU).
29
+
Las tareas son programadas --> el motor las ejecuta --> <spanclass="x x-first x-last">espera</span> por más tareas (mientras duerme y prácticamente no consume CPU).
30
30
31
31
Puede ocurrir que una tarea llegue mientras el motor está ocupado, entonces es puesta en cola.
0 commit comments