Giter Club home page Giter Club logo

Comments (3)

Arvtesh avatar Arvtesh commented on May 23, 2024 3

Hey! First of all thank you for your interest in UnityFx.Async. You can find a detailed comparison of the two libraries in README.md at the project Github repo.

Summing it up:

  • UnityFx.Async is an open source project just as C-Sharp-Promise;
  • UnityFx.Async supports most features of C-Sharp-Promise;
  • UnityFx.Async is thread-safe;
  • UnityFx.Async supports async/wait as well as Unity coroutines (you can yield any operation);
  • UnityFx.Async is more efficient (less overall memory used and less allocations made).
  • UnityFx.Async is split into two parts: NuGet package without Unity dependencies and AssetStore package that contains the core and Unity-specific stuff.

The only drawback is it is pre-release still (release is planned in a few months) and not as widely used (documented) as C-Sharp-Promise. Also please note that currently published Asset Store package does not support async/await because it targets net35, the NuGet package supports net35, net46 and netstandard20.

That said, in case you decide to migrate, I'd happily assist you with the migration process and any difficulties you may face. Feel free to ask any more questions!

from restclient.

kolodi avatar kolodi commented on May 23, 2024 3

Unity would probably move towards their own Job System rather than embrace async/await feature of c#

from restclient.

jdnichollsc avatar jdnichollsc commented on May 23, 2024

@Arvtesh woww excellent mate, let me create other branches in order to integrate your package and debug the different targets, thanks for your collaboration! 👍

from restclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.