mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
3385cae74a
Rename Executor trait to Spawn Renames the `Executor` trait to `Spawn` and the method on `Context` to `spawner`. Note: Best only merge this after we've the alpha 3 announcement post ready. r? @cramertj