openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 359 forks source link

Implement Promise.all and Promise.any #1807

Closed EliteMasterEric closed 2 weeks ago

EliteMasterEric commented 2 weeks ago

The static utility functions are based on existing functions from JavaScript, and provide functionality for handling groups of promises together.