blob: b31502eeacb0014ba8573fb6f10ca7152fabbdac (
plain)
1
2
3
4
5
6
|
This module is an implementation of the "Promise/A+" pattern for
asynchronous programming. Promises are meant to be a way to
better deal with the resulting callback spaghetti that can often
result in asynchronous programs.
WWW: https://metacpan.org/release/Promises
|