Skip to content

Instantly share code, notes, and snippets.

@sbward
Created December 9, 2014 07:23
Show Gist options
  • Save sbward/15772eebdc8990079167 to your computer and use it in GitHub Desktop.
Save sbward/15772eebdc8990079167 to your computer and use it in GitHub Desktop.
Goroutines macro (joke)
macro_rules! go(
($inp:expr $sp:path) => (
unsafe{ spawn( $inp ) }
);
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment