Skip to content

Concurrency and JobSystem

renanbomtempo edited this page Jun 10, 2026 · 1 revision

⚠️ This wiki is under construction. Pages are being populated incrementally.

Concurrency and JobSystem

Nodens includes a built-in multithreaded job system powered by C++20 std::jthread and std::future. This page covers how to submit background work, poll for results, and stay thread-safe.

Design Overview

Submitting Jobs

Polling Futures from the Main Thread

Thread Safety Rules

Tracy Integration

See Also

Clone this wiki locally