Git Product home page Git Product logo

Comments (3)

phated avatar phated commented on August 29, 2024

Quite late 😉 This seems like a pretty cool use of async-done but it doesn't map nicely to gulp. undertaker doesn't make async-done evented, it just adds task timing events to the execution of the functions, which is quite hard to do without controlling the entire stack. Trust me, I first tried to implement bach on top of async and it was a nightmare, which led me to write now-and-later that allows extension points on the composed function.

from undertaker.

stringparser avatar stringparser commented on August 29, 2024

Haha, thanks. I wanted to write anyway. The idea of a simple way to do async composition is just so pleasant, not only for gulp but in general. The way bach api looks like and composes is just, at least for me, what it should be to compose async functions.

Yeah, control over the arguments that will construct the stack is really important otherwise all is a nightmare. Nesting, and the timing thing (or any other thing like error handling that has to be done between start and end) was the hardest to figure out. For that using async-done for completion of everything but callbacks was the solution. Provide a callback from outside and use it to glue everything. I'll write some pseudocode:

from undertaker.

stringparser avatar stringparser commented on August 29, 2024

Ok

from undertaker.

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.