Xmake Async Jobs

Use when running parallel / async work inside xmake scripts — `async.runjobs` for parallel job execution, `async.jobgraph` (DAG) for dependency-ordered jobs, `async.jobpool` (tree structure), `core.base.scheduler` coroutine scheduling, semaphores, and `on_build_files(..., {jobgraph = true})` in rules. For running external compile jobs faster, see `xmake-build-optimization`.

xmake-io Updated

File contents

xmake-io/xmake-skills/tree/main/skills/scripting/xmake-async-jobs commit 110307914f

Frequently asked questions

npx skillmds@latest add xmake-io/xmake-async-jobs