Mark Zhang
Mark Zhang
Sounds good! Thank you! In the meanwhile, should we add the following lines to the unit test as a temporary fix? ```rust let mut config = ProcessConfig::new(); config.set_can_spawn_processes(true); Process::spawn_link_config(&config, (mailbox.this(),...
Sounds good.
It looks like the code is fixed! But I think we should add some docs so people know how to run this example.
This is the build timing graph after running `cargo build --timings`. Looks like the bindgen macros are being compiled in parallel with other crates, and are not adding much to...