Skip to content

Instantly share code, notes, and snippets.

@dyoder
Created March 6, 2015 01:30
Show Gist options
  • Save dyoder/93fefc76877c1e49abb7 to your computer and use it in GitHub Desktop.
Save dyoder/93fefc76877c1e49abb7 to your computer and use it in GitHub Desktop.
force = async (f, args...) ->
try
yield f args...
catch e
void
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment