Git Product home page Git Product logo

Comments (8)

domenic avatar domenic commented on June 12, 2024

I might be misunderstanding, but the readme seems perfectly accurate to me. In particular,

when the underlying JavaScript engine will treat it as it does any unhandled exception

seems to exactly match what asap does.

from asap.

kriskowal avatar kriskowal commented on June 12, 2024

I do not think that the README is inaccurate, but I do agree that we should clarify what “as it does any unhandled exception” means for NodeJS, specifically with regard to our respect for domains.

from asap.

rkatic avatar rkatic commented on June 12, 2024

@domenic that part is fine, it's the rest that is untrue:

If a task throws an exception, it will not interrupt the flushing of high-priority tasks. The exception will be postponed to a later, low-priority event to avoid slow-downs, when...

from asap.

domenic avatar domenic commented on June 12, 2024

Oh hmm, looking at the code, you're right:

https://github.com/kriskowal/asap/blob/master/asap.js#L30-L47

Weird.

from asap.

domenic avatar domenic commented on June 12, 2024

I don't have a strong opinion on which behavior is better, as I'm still holding out hope for removing all exception handling from asap.

from asap.

kriskowal avatar kriskowal commented on June 12, 2024

Oh, I see. Yeah, that’s different.

from asap.

rkatic avatar rkatic commented on June 12, 2024

ASAP is already at version 1.0.0, and I think documentation should correctly reflect the current state of the code. Apparently there will not be a consensus very soon, so I think we should fix the paragraph as soon as possible, and to revert it in future if needed. I am going to create a new branch for that.

from asap.

rkatic avatar rkatic commented on June 12, 2024

It seems I forgot to close this one.

from asap.

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.