Added phased executor

This commit is contained in:
Zachary Levy
2026-04-02 17:42:36 -07:00
parent 25fca052f5
commit 5559ed2e0b
3 changed files with 311 additions and 1 deletions

View File

@@ -27,6 +27,11 @@
"command": "odin test levmath -out=out/debug/test_levmath",
"cwd": "$ZED_WORKTREE_ROOT"
},
{
"label": "Test phased_executor",
"command": "odin test phased_executor -out=out/debug/test_phased_executor",
"cwd": "$ZED_WORKTREE_ROOT"
},
// ---------------------------------------------------------------------------------------------------------------------
// ----- LMDB Examples ------------------------
// ---------------------------------------------------------------------------------------------------------------------