Remove proc macro management thread

This commit is contained in:
Jonas Schievink 2021-07-08 16:40:14 +02:00
parent 552b50de9e
commit 5a9ca311e3
3 changed files with 44 additions and 71 deletions

View file

@ -111,6 +111,7 @@ pub fn defer<F: FnOnce()>(f: F) -> impl Drop {
}
#[cfg_attr(not(target_arch = "wasm32"), repr(transparent))]
#[derive(Debug)]
pub struct JodChild(pub std::process::Child);
impl ops::Deref for JodChild {