Skip to content

Instantly share code, notes, and snippets.

@josip
Created March 10, 2011 14:26
Show Gist options
  • Save josip/864157 to your computer and use it in GitHub Desktop.
Save josip/864157 to your computer and use it in GitHub Desktop.
dnode({
archive: (url, id, cb) ->
chainGang.work((worker) ->
archive(url, id, (data) ->
cb(data)
worker.finish()
),
id)
}).listen(3013)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment