rust-lang / jobserver-rs

Apache License 2.0
69 stars 40 forks source link

Add support for non-unix and non-windows platforms #13

Closed bjorn3 closed 5 years ago

bjorn3 commented 5 years ago

Cross process jobserver and thread cancellation is not supported

This is part of an experiment to port rustc to wasi. (cc https://github.com/rust-lang/miri/issues/722)

cc @RReverser

alexcrichton commented 5 years ago

Thanks!