We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f119f83 commit de2c908Copy full SHA for de2c908
async.coffee
@@ -1,3 +1,6 @@
1
+### Author James "The Jamesernator" Browning
2
+ 2015
3
+###
4
"use strict"
5
module.exports = async = (gen_func) -> wrapper = (args...) ->
6
# This wrapper returns a promise for the async function
0 commit comments