Skip to content

Multithreading

Josh Jeppson edited this page Jul 13, 2022 · 1 revision

Under the multithreading branch, we are working on an asynchronous exploration algorithm which allows multiple threads to work on the state space without mutexes on each state.

Clone this wiki locally