Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ run_micro_tasks
Function
run_micro_tasks
packages/svelte/src/internal/client/dom/task.js:7–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
let
micro_tasks = [];
6
7
function
run_micro_tasks() {
8
var
tasks = micro_tasks;
9
micro_tasks = [];
10
run_all(tasks);
11
}
12
13
/**
14
* @param {() => void} fn
Callers
2
queue_micro_task
Function · 0.85
flush_tasks
Function · 0.85
Calls
1
run_all
Function · 0.90
Tested by
no test coverage detected