You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Cavalier edited this page Jul 21, 2014
·
3 revisions
Cookbook
This is a evolving collection of recipes, patterns, and idioms for solving problems with promises.
Promises are incredibly flexible building blocks for composing asynchronous operations. They can be used in a variety of ways to solve a variety of problems, and no promise library could provide a convenience API for every situation.
This cookbook is intended to serve as inspiration and to provide jumping-off points that help you compose solutions for your specific situations.