jeffreylanters / unity-promises

Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous errors using approaches that are similar to synchronous try/catch.
38Updated 3 years ago

Related projects

Alternatives and complementary repositories for unity-promises