Skip to content

Instantly share code, notes, and snippets.

@jwasinger
Created July 14, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwasinger/ab9ed68cdf123f5c72d4 to your computer and use it in GitHub Desktop.
Save jwasinger/ab9ed68cdf123f5c72d4 to your computer and use it in GitHub Desktop.
function foo()
{
my_async(args, function(){
return val; //this returns from foo()
})
}
var val = foo(); //same val as returned by asnyc function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment