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