Function std::task::spawn_unlinked

pub fn spawn_unlinked(f: ~fn())

Creates a child task unlinked from the current one. If either this task or the child task fails, the other will not be killed.