Giter VIP home page Giter VIP logo

Comments (6)

mysticatea avatar mysticatea commented on May 14, 2024

Thank you for this issue!

Sounds reasonable.
I need to check the direction of standard cancelable promise proposal in order to think proper API.
https://github.com/tc39/proposals#readme

from npm-run-all.

tobiastom avatar tobiastom commented on May 14, 2024

I fear there is no standard for it…

Thanks for considering it!

from npm-run-all.

mysticatea avatar mysticatea commented on May 14, 2024

Sadly, the standard of cancelable promises has been withdrawn 😢 .
I will consider my own spec.

tc39/proposals@37e3c5a

from npm-run-all.

JoshuaKGoldberg avatar JoshuaKGoldberg commented on May 14, 2024

I don't think we need to use Promise cancellations for this one. Seems a little extreme and not backwards-compatible.

How about keeping a list of processes that are running, and providing a way to exit/kill them all?

from npm-run-all.

TehShrike avatar TehShrike commented on May 14, 2024

There's always https://github.com/sindresorhus/p-cancelable

from npm-run-all.

mysticatea avatar mysticatea commented on May 14, 2024

I don't think that the promise.cancel method is the right direction.

Browsers use AbortController to abort asynchronous operations. This has been standardized already. ECMAScript is following that, cancellation API is discussing (yes, resumed it!) in https://github.com/tc39/proposal-cancellation. It will be similar to AbortController but not depend on DOM API.

from npm-run-all.

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.