promise-modules

There are 5 repositories under promise-modules topic.

  • sindresorhus/promise-fun

    Promise packages, patterns, chat, and tutorials

  • posva/p-singleton

    Ensure only one instance of a promise is created until rejected or resolved

    Language:JavaScript19331
  • busterc/promise-do-whilst

    :loop: Calls a function repeatedly while a condition returns true and then resolves the promise

    Language:JavaScript3321
  • busterc/promise-until

    :loop: Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise

    Language:JavaScript3301
  • busterc/promise-do-until

    :loop: Calls a function repeatedly until a condition returns true and then resolves the promise

    Language:JavaScript130