mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
44bef5f2cb
This is the new way to refer to tasks in rust-land. Currently all they do is serve as a key to look up the old rust_task structure. Ideally they won't be ref counted, but baby steps.