Skip to content

Reference: async and concurrency

  • async and await are recognized by the lexer (token.rs).
  • spawn is a keyword used for fire-and-forget style tasks in examples (see lexer tests and GUI roadmap).
  • vox check runs the full compiler pipeline including pipeline-level guards.
  • vox-lsp validation follows lex → parse → typecheck (see vox-lsp/src/lib.rs); behavior may differ when pipeline-only diagnostics exist.