use std; import std::task; fn main() { task::spawn2("Hello", child); } fn# child(&&s: str) { }