Thunkify. Convert functions that work one way into functions that work another way.

github.com/tj/node-thunkify

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2018
  • Merge pull request #30 from robcresswell/add-license-1
  • Create LICENSE
December 2014
  • Merge pull request #19 from a8m/master
  • fix(npm|component): rename repo name
  • Merge pull request #17 from stephenmathieson/master
  • Add component.json
June 2014
  • Release 2.1.2
  • refactor
  • Merge pull request #12 from EvanCarroll/optimization
May 2014
  • Make this an optimizable function with crankshaft
April 2014
  • Release 2.1.1
  • remove memoization
  • Release 2.1.0
  • add catching of thunk errors
  • Release 2.0.0
  • change to make things future-like
  • add multiple callback check/test
  • remove support for eager execution
  • add receiver test
  • add multiple call test