]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/concurrency/libc_pthread_join_multiple.rs
Make multiple threads to try to join a thread while it is still running.
[rust.git] / tests / compile-fail / concurrency / libc_pthread_join_multiple.rs
2020-04-27 Vytautas AstrauskasMake multiple threads to try to join a thread while...
2020-04-27 Vytautas AstrauskasClarify test comments.
2020-04-27 Vytautas AstrauskasAdd more concurrency tests.