-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Right now, every await*() method cancels any remaining promises. This is debatable, but IMHO the "await" implies that we either wait for the promises to settle or will never care about their (possible) future results.
Arguably, another use case would be "checking" whether a promises settles within a given time frame. I'd like to put this out here to see if anybody happens to have any thoughts and/or actual use cases.