Open
Description
Part of the improvements for STAMINA 2.5 involve asynchronous multithreaded exploration of states by multiple threads as requested by the user. Commit c099b02 creates skeleton for this, but I have a couple of ideas/concerns.
- Should the threads be in their own namespace?
- Should they be in the same file as the builders?