Git Product home page Git Product logo

Comments (6)

WyriHaximus avatar WyriHaximus commented on July 19, 2024 2

As long as it has a then method we at @reactphp can support it. (Assuming you're wrapping it through our resolve function.)

from psl.

WyriHaximus avatar WyriHaximus commented on July 19, 2024 1

@veewee Yup, only thing is that we assume it is a pure promise with no side effects.

from psl.

veewee avatar veewee commented on July 19, 2024

Promises sound nice as well, but there are many packages out there already... Does it make a lot of sense to implement it again from scratch (which is a lot of hard work) instead of using amphp or react promises and coroutines? (Which are quite nice and have the async event loops covered through multiple extensions with vanilla PHP callbacks etc.)

from psl.

azjezz avatar azjezz commented on July 19, 2024

I'm not really sure about this, the question should be: "does it make sense to have promises in a standard library", the issue is we cannot use Amphp, or ReactPHP here, as PSL should not have any dependencies except for PHP itself and core/bundled/external extensions ( we shouldn't rely on PECL extensions as well, see: https://www.php.net/manual/en/extensions.membership.php ). 🤔

from psl.

azjezz avatar azjezz commented on July 19, 2024

I believe guzzle does the same, so I'm closing this as Psl\Result\ResultInterface will have a then method ( see discussion at #65 ), which mean it can act as a promise to some extent.

from psl.

veewee avatar veewee commented on July 19, 2024

Wow, that's nice! Did not know react could do that!

from psl.

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.