25.4.1.3 CreateResolvingFunctions ( promise )

# Axel Rauschmayer (11 years ago)

Wouldn’t CreateSettlingFunctions be a better name than CreateResolvingFunctions (or a similar term that is a generalization of “rejecting” and “resolving”)?

# Domenic Denicola (11 years ago)

Resolving does not imply settling. For example, resolving with a forever-pending promise.

Rejecting is a subset of resolving, by resolving with a rejected promise.

# Axel Rauschmayer (11 years ago)

Got it, thanks!