This commit is contained in:
Ralf Jung 2022-04-10 09:36:30 -04:00
parent c568f32f16
commit ebb70da4c6
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
fbdb10f9fabe47eb763cb4b52b5721740cc63783
7af93292c27cd8b4a14f0f35bcb4c7e7ca9c287a

View file

@ -1,4 +1,5 @@
// ignore-windows: Concurrency on Windows is not supported yet.
// compile-flags: -Zmiri-strict-provenance
use std::sync::mpsc::{channel, sync_channel};
use std::thread;