Skip to content
Latchkey

Async Runtime - CI/CD Glossary Definition

An async runtime (Tokio, libuv, Node’s event loop) is the machinery that polls and schedules suspended async tasks onto worker threads and integrates non-blocking I/O and timers, supplying the execution context that async/await code requires to run.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →