FreeAllMedia / stimpak

An easy-to-use system for defining, discovering, and re-using code, text, and workflow patterns
http://stimpak.io
MIT License
8 stars 1 forks source link

Synchronous .then functions #27

Closed dcrockwell closed 8 years ago

dcrockwell commented 8 years ago

Allow .then(thenFunction) to accept synchronous functions like so:

stimpak.then(stimpak => {
  // Do something synchronous
});
dcrockwell commented 8 years ago

Closed by 4d181478321044455d42055ea407c54751845f54