rust-verification-tools
rust-verification-tools copied to clipboard
Threads don't work
Thread support will probably have to be implemented separately for every verifier we support. Some verifiers that we plan to use do not support threads or only have very limited support.
Partial support was added in #101 which supports one thread. This allows us to work with thread-safe libraries in a single-threaded environment.