Skip to content

Instantly share code, notes, and snippets.

@robarnold
Created June 20, 2011 00:19
Show Gist options
  • Save robarnold/1034937 to your computer and use it in GitHub Desktop.
Save robarnold/1034937 to your computer and use it in GitHub Desktop.
Rust issue #506
native "rust" mod rustrt {
fn task_yield();
}
fn main() {
spawn rustrt::task_yield();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment